Html Css Color HEX #2EBDAF Light Sea Green

📋 copy color: '#2EBDAF'

red 46 ◦ green 189 ◦ blue 175

#2EBDAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2EBDAF

Tints of Light Sea Green #2EBDAF

RGB

 RED value IS 46 (18.36% from 255) = 11.22%

 GREEN value IS 189 (74.22% from 255) = 46.1%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 11.22%
G = 46.1%
B = 42.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EBDAF (or 0x2EBDAF) is known color: Light Sea Green. HEX triplet: 2E, BD and AF. RGB value is (46,189,175). Sum of RGB (Red+Green+Blue) = 46+189+175=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDAF is #D14250. Grayscale: #909090. Windows color (decimal): -13714001 or 11517230. OLE color: 11517230.

HSL color Cylindrical-coordinate representation of color #2EBDAF: hue angle of 174.13º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDAF is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 189 175 -
CMYK 0.76 0 0.07 0.26
HSL 174.13º 0.61% 0.46% -
HSV(B) 174.13º 0.76% 0.74% -
XYZ 27.06 40.07 46.87 -
YUV 144.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 46 189 175 0.76 0 0.07 0.26 174.13 0.61 0.46
Hex 2E BD AF 4C 0 7 1A AE 3D 2E
Octal 56 275 257 114 0 7 32 256 75 56
Binary 101110 10111101 10101111 1001100 0 111 11010 10101110 111101 101110

Color Harmonies of #2EBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDAF

Black with #2EBDAF

Text Example


Text Example

White with #2EBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EBDAF; }

 p { color: rgb(46,189,175); }

 H1.HeaderClassName
 {
   color: #2EBDAF;
 }
 .AnyTagClassName
 {
   color: #2EBDAF;
 }
</style>

background-color css

<style>
 a { background-color: #2EBDAF; }

 a { background-color: rgb(46,189,175); }

 div.DivClassName
 {
   background-color: #2EBDAF;
 }
 .BgClassName
 {
   background-color: #2EBDAF;
 }
</style>

border-color css

<style>
 span { border-color: #2EBDAF; }

 span { border-color: rgb(46,189,175); }

 td.TdClassName
 {
   border-color: #2EBDAF;
 }
 .TagClassName
 {
   border-color: #2EBDAF;
 }
</style>