Html Css Color HEX #2EAF9F Light Sea Green

📋 copy color: '#2EAF9F'

red 46 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #2EAF9F

Tints of Light Sea Green #2EAF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 12.11%
G = 46.05%
B = 41.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#2EAF9F (or 0x2EAF9F) is known color: Light Sea Green. HEX triplet: 2E, AF and 9F. RGB value is (46,175,159). Sum of RGB (Red+Green+Blue) = 46+175+159=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAF9F is #D15060. Grayscale: #868686. Windows color (decimal): -13717601 or 10465070. OLE color: 10465070.

HSL color Cylindrical-coordinate representation of color #2EAF9F: hue angle of 172.56º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF9F is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 175 159 -
CMYK 0.74 0 0.09 0.31
HSL 172.56º 0.58% 0.43% -
HSV(B) 172.56º 0.74% 0.69% -
XYZ 22.71 33.74 38.12 -
YUV 134.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 46 175 159 0.74 0 0.09 0.31 172.56 0.58 0.43
Hex 2E AF 9F 4A 0 9 1F AD 3A 2B
Octal 56 257 237 112 0 11 37 255 72 53
Binary 101110 10101111 10011111 1001010 0 1001 11111 10101101 111010 101011

Color Harmonies of #2EAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAF9F

Black with #2EAF9F

Text Example


Text Example

White with #2EAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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