#0EA8B0

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

Shades of Light Sea Green #0EA8B0

Tints of Light Sea Green #0EA8B0

Color information

#0EA8B0 (or 0x0EA8B0) is unknown color: approx Light Sea Green. HEX triplet: 0E, A8 and B0. RGB value is (14,168,176). Sum of RGB (Red+Green+Blue) = 14+168+176=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #0EA8B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA8B0 is #F1574F. Grayscale: #7A7A7A. Windows color (decimal): -15816528 or 11577358. OLE color: 11577358.

HSL color Cylindrical-coordinate representation of color #0EA8B0: hue angle of 182.96º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA8B0 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14168176-
CMYK0.920.0500.31
HSL182.96º85.26%37.25%-
HSV(B)182.96º92.05%69.02%-
XYZ22.0231.2345.94-
YUV122.87157.9850.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.91%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 176 (69.14% from 255) = 49.16%
R=3.91%
G=46.93%
B=49.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141681760.920.0500.31182.9685.2637.25
HexEA8B05C501Fb75525
Octal16250260134503726712545
Binary111010101000101100001011100101011111101101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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