Html Css Color HEX #0EABA9 Light Sea Green

📋 copy color: '#0EABA9'

red 14 ◦ green 171 ◦ blue 169

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

Shades of Light Sea Green #0EABA9

Tints of Light Sea Green #0EABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.31%

 BLUE value IS 169 (66.41% from 255) = 47.74%

R = 3.95%
G = 48.31%
B = 47.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0EABA9 (or 0x0EABA9) is known color: Light Sea Green. HEX triplet: 0E, AB and A9. RGB value is (14,171,169). Sum of RGB (Red+Green+Blue) = 14+171+169=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA9 is #F15456. Grayscale: #7B7B7B. Windows color (decimal): -15815767 or 11119374. OLE color: 11119374.

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

Color convert

RGB 14 171 169 -
CMYK 0.92 0 0.01 0.33
HSL 179.24º 0.85% 0.36% -
HSV(B) 179.24º 0.92% 0.67% -
XYZ 21.91 32.08 42.57 -
YUV 123.83 153.49 49.66 -
System Red Green Blue C M Y K H S L
Decimal 14 171 169 0.92 0 0.01 0.33 179.24 0.85 0.36
Hex E AB A9 5C 0 1 21 B3 55 24
Octal 16 253 251 134 0 1 41 263 125 44
Binary 1110 10101011 10101001 1011100 0 1 100001 10110011 1010101 100100

Color Harmonies of #0EABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABA9

Black with #0EABA9

Text Example


Text Example

White with #0EABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,169); }

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

background-color css

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

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

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

border-color css

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

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

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