Html Css Color HEX #0EA8AD Light Sea Green

📋 copy color: '#0EA8AD'

red 14 ◦ green 168 ◦ blue 173

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

Shades of Light Sea Green #0EA8AD

Tints of Light Sea Green #0EA8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.32%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 3.94%
G = 47.32%
B = 48.73%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0EA8AD (or 0x0EA8AD) is known color: Light Sea Green. HEX triplet: 0E, A8 and AD. RGB value is (14,168,173). Sum of RGB (Red+Green+Blue) = 14+168+173=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #0EA8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA8AD is #F15752. Grayscale: #7A7A7A. Windows color (decimal): -15816531 or 11380750. OLE color: 11380750.

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

Color convert

RGB 14 168 173 -
CMYK 0.92 0.03 0 0.32
HSL 181.89º 0.85% 0.37% -
HSV(B) 181.89º 0.92% 0.68% -
XYZ 21.73 31.12 44.4 -
YUV 122.52 156.48 50.59 -
System Red Green Blue C M Y K H S L
Decimal 14 168 173 0.92 0.03 0 0.32 181.89 0.85 0.37
Hex E A8 AD 5C 3 0 20 B6 55 25
Octal 16 250 255 134 3 0 40 266 125 45
Binary 1110 10101000 10101101 1011100 11 0 100000 10110110 1010101 100101

Color Harmonies of #0EA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA8AD

Black with #0EA8AD

Text Example


Text Example

White with #0EA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,168,173); }

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

background-color css

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

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

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

border-color css

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

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

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