#0EAFAC

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

Shades of Light Sea Green #0EAFAC

Tints of Light Sea Green #0EAFAC

Color information

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

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

Color convert

RGB14175172-
CMYK0.9200.020.31
HSL178.88º85.19%37.06%-
HSV(B)178.88º92%68.63%-
XYZ22.9633.7344.33-
YUV126.52153.6647.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141751720.9200.020.31178.8885.1937.06
HexEAFAC5C021Fb35525
Octal16257254134023726312545
Binary11101010111110101100101110001011111101100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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