Html Css Color HEX #0EA4A4 Light Sea Green

📋 copy color: '#0EA4A4'

red 14 ◦ green 164 ◦ blue 164

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

Shades of Light Sea Green #0EA4A4

Tints of Light Sea Green #0EA4A4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

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

R = 4.09%
G = 47.95%
B = 47.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0EA4A4 (or 0x0EA4A4) is known color: Light Sea Green. HEX triplet: 0E, A4 and A4. RGB value is (14,164,164). Sum of RGB (Red+Green+Blue) = 14+164+164=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: green, blue. Hex color #0EA4A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA4A4 is #F15B5B. Grayscale: #777777. Windows color (decimal): -15817564 or 10789902. OLE color: 10789902.

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

Color convert

RGB 14 164 164 -
CMYK 0.91 0 0 0.36
HSL 180º 0.84% 0.35% -
HSV(B) 180º 0.91% 0.64% -
XYZ 20.16 29.32 39.72 -
YUV 119.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 14 164 164 0.91 0 0 0.36 180 0.84 0.35
Hex E A4 A4 5B 0 0 24 B4 54 23
Octal 16 244 244 133 0 0 44 264 124 43
Binary 1110 10100100 10100100 1011011 0 0 100100 10110100 1010100 100011

Color Harmonies of #0EA4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA4A4

Black with #0EA4A4

Text Example


Text Example

White with #0EA4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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