#0E8665

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

Shades of Deep Sea #0E8665

Tints of Deep Sea #0E8665

Color information

#0E8665 (or 0x0E8665) is unknown color: approx Deep Sea. HEX triplet: 0E, 86 and 65. RGB value is (14,134,101). Sum of RGB (Red+Green+Blue) = 14+134+101=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #0E8665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8665 is #F1799A. Grayscale: #5E5E5E. Windows color (decimal): -15825307 or 6653454. OLE color: 6653454.

HSL color Cylindrical-coordinate representation of color #0E8665: hue angle of 163.5º 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 #0E8665 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB14134101-
CMYK0.9000.250.47
HSL163.5º81.08%29.02%-
HSV(B)163.5º89.55%52.55%-
XYZ11.0618.0815.22-
YUV94.36131.7470.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.62%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=5.62%
G=53.82%
B=40.56%

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
Decimal141341010.9000.250.47163.581.0829.02
HexE86655A0192Fa4511d
Octal162061451320315724412135
Binary1110100001101100101101101001100110111110100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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