Html Css Color HEX #0EC2AE Light Sea Green

📋 copy color: '#0EC2AE'

red 14 ◦ green 194 ◦ blue 174

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

Shades of Light Sea Green #0EC2AE

Tints of Light Sea Green #0EC2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 3.66%
G = 50.79%
B = 45.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#0EC2AE (or 0x0EC2AE) is known color: Light Sea Green. HEX triplet: 0E, C2 and AE. RGB value is (14,194,174). Sum of RGB (Red+Green+Blue) = 14+194+174=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC2AE is #F13D51. Grayscale: #898989. Windows color (decimal): -15809874 or 11452942. OLE color: 11452942.

HSL color Cylindrical-coordinate representation of color #0EC2AE: hue angle of 173.33º 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 #0EC2AE is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 194 174 -
CMYK 0.93 0 0.10 0.24
HSL 173.33º 0.87% 0.41% -
HSV(B) 173.33º 0.93% 0.76% -
XYZ 27.11 41.73 46.67 -
YUV 137.9 148.37 39.63 -
System Red Green Blue C M Y K H S L
Decimal 14 194 174 0.93 0 0.10 0.24 173.33 0.87 0.41
Hex E C2 AE 5D 0 A 18 AD 57 29
Octal 16 302 256 135 0 12 30 255 127 51
Binary 1110 11000010 10101110 1011101 0 1010 11000 10101101 1010111 101001

Color Harmonies of #0EC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC2AE

Black with #0EC2AE

Text Example


Text Example

White with #0EC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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