Html Css Color HEX #0EAAAA Light Sea Green

📋 copy color: '#0EAAAA'

red 14 ◦ green 170 ◦ blue 170

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

Shades of Light Sea Green #0EAAAA

Tints of Light Sea Green #0EAAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.02%

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

R = 3.95%
G = 48.02%
B = 48.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0EAAAA (or 0x0EAAAA) is known color: Light Sea Green. HEX triplet: 0E, AA and AA. RGB value is (14,170,170). Sum of RGB (Red+Green+Blue) = 14+170+170=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #0EAAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAAA is #F15555. Grayscale: #7B7B7B. Windows color (decimal): -15816022 or 11184654. OLE color: 11184654.

HSL color Cylindrical-coordinate representation of color #0EAAAA: hue angle of 180º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAAAA is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 170 170 -
CMYK 0.92 0 0 0.33
HSL 180º 0.85% 0.36% -
HSV(B) 180º 0.92% 0.67% -
XYZ 21.81 31.75 43.01 -
YUV 123.36 154.32 50 -
System Red Green Blue C M Y K H S L
Decimal 14 170 170 0.92 0 0 0.33 180 0.85 0.36
Hex E AA AA 5C 0 0 21 B4 55 24
Octal 16 252 252 134 0 0 41 264 125 44
Binary 1110 10101010 10101010 1011100 0 0 100001 10110100 1010101 100100

Color Harmonies of #0EAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAAAA

Black with #0EAAAA

Text Example


Text Example

White with #0EAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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