#0EB8AD

Color #0EB8AD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0EB8AD

Tints of Light Sea Green #0EB8AD

Color information

#0EB8AD (or 0x0EB8AD) is unknown color: approx Light Sea Green. HEX triplet: 0E, B8 and AD. RGB value is (14,184,173). Sum of RGB (Red+Green+Blue) = 14+184+173=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB8AD is #F14752. Grayscale: #838383. Windows color (decimal): -15812435 or 11384846. OLE color: 11384846.

HSL color Cylindrical-coordinate representation of color #0EB8AD: hue angle of 176.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB8AD is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB14184173-
CMYK0.9200.060.28
HSL176.12º85.86%38.82%-
HSV(B)176.12º92.39%72.16%-
XYZ24.8637.3945.44-
YUV131.92151.1843.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.77%
GREEN value IS 184 (72.27% from 255) = 49.60%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=3.77%
G=49.60%
B=46.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141841730.9200.060.28176.1285.8638.82
HexEB8AD5C061Cb05627
Octal16270255134063426012647
Binary111010111000101011011011100011011100101100001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EB8AD;
 }
 .AnyTagClassName
 {
   color: #0EB8AD;
 }
</style>
background-color css

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

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

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

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

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

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