#0EACAF

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

Shades of Light Sea Green #0EACAF

Tints of Light Sea Green #0EACAF

Color information

#0EACAF (or 0x0EACAF) is unknown color: approx Light Sea Green. HEX triplet: 0E, AC and AF. RGB value is (14,172,175). Sum of RGB (Red+Green+Blue) = 14+172+175=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #0EACAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EACAF is #F15350. Grayscale: #7C7C7C. Windows color (decimal): -15815505 or 11512846. OLE color: 11512846.

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

Color convert

RGB14172175-
CMYK0.920.0200.31
HSL181.12º85.19%37.06%-
HSV(B)181.12º92%68.63%-
XYZ22.6732.6945.67-
YUV125.1156.1548.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.88%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=3.88%
G=47.65%
B=48.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141721750.920.0200.31181.1285.1937.06
HexEACAF5C201Fb55525
Octal16254257134203726512545
Binary11101010110010101111101110010011111101101011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,172,175); }

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

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

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

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

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

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

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