Html Css Color HEX #0EAAA2 Light Sea Green

📋 copy color: '#0EAAA2'

red 14 ◦ green 170 ◦ blue 162

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

Shades of Light Sea Green #0EAAA2

Tints of Light Sea Green #0EAAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.82%

R = 4.05%
G = 49.13%
B = 46.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#0EAAA2 (or 0x0EAAA2) is known color: Light Sea Green. HEX triplet: 0E, AA and A2. RGB value is (14,170,162). Sum of RGB (Red+Green+Blue) = 14+170+162=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAA2 is #F1555D. Grayscale: #7A7A7A. Windows color (decimal): -15816030 or 10660366. OLE color: 10660366.

HSL color Cylindrical-coordinate representation of color #0EAAA2: hue angle of 176.92º 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 #0EAAA2 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 170 162 -
CMYK 0.92 0 0.05 0.33
HSL 176.92º 0.85% 0.36% -
HSV(B) 176.92º 0.92% 0.67% -
XYZ 21.08 31.45 39.14 -
YUV 122.44 150.32 50.65 -
System Red Green Blue C M Y K H S L
Decimal 14 170 162 0.92 0 0.05 0.33 176.92 0.85 0.36
Hex E AA A2 5C 0 5 21 B1 55 24
Octal 16 252 242 134 0 5 41 261 125 44
Binary 1110 10101010 10100010 1011100 0 101 100001 10110001 1010101 100100

Color Harmonies of #0EAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAAA2

Black with #0EAAA2

Text Example


Text Example

White with #0EAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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