#0E8664

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

Shades of Deep Sea #0E8664

Tints of Deep Sea #0E8664

Color information

#0E8664 (or 0x0E8664) is unknown color: approx Deep Sea. HEX triplet: 0E, 86 and 64. RGB value is (14,134,100). Sum of RGB (Red+Green+Blue) = 14+134+100=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #0E8664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8664 is #F1799B. Grayscale: #5E5E5E. Windows color (decimal): -15825308 or 6587918. OLE color: 6587918.

HSL color Cylindrical-coordinate representation of color #0E8664: hue angle of 163º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8664 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB14134100-
CMYK0.9000.250.47
HSL163º81.08%29.02%-
HSV(B)163º89.55%52.55%-
XYZ11.0118.0614.96-
YUV94.24131.2470.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.65%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=5.65%
G=54.03%
B=40.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal141341000.9000.250.4716381.0829.02
HexE86645A0192Fa3511d
Octal162061441320315724312135
Binary1110100001101100100101101001100110111110100011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,134,100); }

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

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

 a { background-color: rgb(14,134,100); }

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

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

 span { border-color: rgb(14,134,100); }

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