Html Css Color HEX #0EAEAA Light Sea Green

📋 copy color: '#0EAEAA'

red 14 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #0EAEAA

Tints of Light Sea Green #0EAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.6%

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

R = 3.91%
G = 48.6%
B = 47.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#0EAEAA (or 0x0EAEAA) is known color: Light Sea Green. HEX triplet: 0E, AE and AA. RGB value is (14,174,170). Sum of RGB (Red+Green+Blue) = 14+174+170=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAEAA is #F15155. Grayscale: #7D7D7D. Windows color (decimal): -15814998 or 11185678. OLE color: 11185678.

HSL color Cylindrical-coordinate representation of color #0EAEAA: hue angle of 178.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAEAA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 174 170 -
CMYK 0.92 0 0.02 0.32
HSL 178.5º 0.85% 0.37% -
HSV(B) 178.5º 0.92% 0.68% -
XYZ 22.57 33.27 43.26 -
YUV 125.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 14 174 170 0.92 0 0.02 0.32 178.5 0.85 0.37
Hex E AE AA 5C 0 2 20 B2 55 25
Octal 16 256 252 134 0 2 40 262 125 45
Binary 1110 10101110 10101010 1011100 0 10 100000 10110010 1010101 100101

Color Harmonies of #0EAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAEAA

Black with #0EAEAA

Text Example


Text Example

White with #0EAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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