Html Css Color HEX #0EABA4 Light Sea Green

📋 copy color: '#0EABA4'

red 14 ◦ green 171 ◦ blue 164

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

Shades of Light Sea Green #0EABA4

Tints of Light Sea Green #0EABA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.99%

R = 4.01%
G = 49%
B = 46.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0EABA4 (or 0x0EABA4) is known color: Light Sea Green. HEX triplet: 0E, AB and A4. RGB value is (14,171,164). Sum of RGB (Red+Green+Blue) = 14+171+164=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA4 is #F1545B. Grayscale: #7B7B7B. Windows color (decimal): -15815772 or 10791694. OLE color: 10791694.

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

Color convert

RGB 14 171 164 -
CMYK 0.92 0 0.04 0.33
HSL 177.32º 0.85% 0.36% -
HSV(B) 177.32º 0.92% 0.67% -
XYZ 21.44 31.9 40.15 -
YUV 123.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 14 171 164 0.92 0 0.04 0.33 177.32 0.85 0.36
Hex E AB A4 5C 0 4 21 B1 55 24
Octal 16 253 244 134 0 4 41 261 125 44
Binary 1110 10101011 10100100 1011100 0 100 100001 10110001 1010101 100100

Color Harmonies of #0EABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABA4

Black with #0EABA4

Text Example


Text Example

White with #0EABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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