Html Css Color HEX #0EC2AA Light Sea Green

📋 copy color: '#0EC2AA'

red 14 ◦ green 194 ◦ blue 170

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

Shades of Light Sea Green #0EC2AA

Tints of Light Sea Green #0EC2AA

RGB

 RED value IS 14 (5.86% from 255) = 3.7%

 GREEN value IS 194 (76.17% from 255) = 51.32%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 3.7%
G = 51.32%
B = 44.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#0EC2AA (or 0x0EC2AA) is known color: Light Sea Green. HEX triplet: 0E, C2 and AA. RGB value is (14,194,170). Sum of RGB (Red+Green+Blue) = 14+194+170=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC2AA is #F13D55. Grayscale: #898989. Windows color (decimal): -15809878 or 11190798. OLE color: 11190798.

HSL color Cylindrical-coordinate representation of color #0EC2AA: hue angle of 172º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC2AA is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 194 170 -
CMYK 0.93 0 0.12 0.24
HSL 172º 0.87% 0.41% -
HSV(B) 172º 0.93% 0.76% -
XYZ 26.73 41.58 44.65 -
YUV 137.44 146.37 39.95 -
System Red Green Blue C M Y K H S L
Decimal 14 194 170 0.93 0 0.12 0.24 172 0.87 0.41
Hex E C2 AA 5D 0 C 18 AC 57 29
Octal 16 302 252 135 0 14 30 254 127 51
Binary 1110 11000010 10101010 1011101 0 1100 11000 10101100 1010111 101001

Color Harmonies of #0EC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC2AA

Black with #0EC2AA

Text Example


Text Example

White with #0EC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EC2AA; }

 p { color: rgb(14,194,170); }

 H1.HeaderClassName
 {
   color: #0EC2AA;
 }
 .AnyTagClassName
 {
   color: #0EC2AA;
 }
</style>

background-color css

<style>
 a { background-color: #0EC2AA; }

 a { background-color: rgb(14,194,170); }

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

border-color css

<style>
 span { border-color: #0EC2AA; }

 span { border-color: rgb(14,194,170); }

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