#0EAEAF

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

Shades of Light Sea Green #0EAEAF

Tints of Light Sea Green #0EAEAF

Color information

#0EAEAF (or 0x0EAEAF) is unknown color: approx Light Sea Green. HEX triplet: 0E, AE and AF. RGB value is (14,174,175). Sum of RGB (Red+Green+Blue) = 14+174+175=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #0EAEAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAEAF is #F15150. Grayscale: #7E7E7E. Windows color (decimal): -15814993 or 11513358. OLE color: 11513358.

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

Color convert

RGB14174175-
CMYK0.920.0100.31
HSL180.37º85.19%37.06%-
HSV(B)180.37º92%68.63%-
XYZ23.0633.4645.8-
YUV126.27155.4947.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.86%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=3.86%
G=47.93%
B=48.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141741750.920.0100.31180.3785.1937.06
HexEAEAF5C101Fb45525
Octal16256257134103726412545
Binary1110101011101010111110111001011111101101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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