Html Css Color HEX #2EAFA0 Light Sea Green

📋 copy color: '#2EAFA0'

red 46 ◦ green 175 ◦ blue 160

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

Shades of Light Sea Green #2EAFA0

Tints of Light Sea Green #2EAFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 12.07%
G = 45.93%
B = 41.99%

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

#2EAFA0 (or 0x2EAFA0) is known color: Light Sea Green. HEX triplet: 2E, AF and A0. RGB value is (46,175,160). Sum of RGB (Red+Green+Blue) = 46+175+160=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAFA0 is #D1505F. Grayscale: #868686. Windows color (decimal): -13717600 or 10530606. OLE color: 10530606.

HSL color Cylindrical-coordinate representation of color #2EAFA0: hue angle of 173.02º 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 #2EAFA0 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 175 160 -
CMYK 0.74 0 0.09 0.31
HSL 173.02º 0.58% 0.43% -
HSV(B) 173.02º 0.74% 0.69% -
XYZ 22.8 33.78 38.58 -
YUV 134.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 46 175 160 0.74 0 0.09 0.31 173.02 0.58 0.43
Hex 2E AF A0 4A 0 9 1F AD 3A 2B
Octal 56 257 240 112 0 11 37 255 72 53
Binary 101110 10101111 10100000 1001010 0 1001 11111 10101101 111010 101011

Color Harmonies of #2EAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFA0

Black with #2EAFA0

Text Example


Text Example

White with #2EAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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