#0E7865

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

Shades of Deep Sea #0E7865

Tints of Deep Sea #0E7865

Color information

#0E7865 (or 0x0E7865) is unknown color: approx Deep Sea. HEX triplet: 0E, 78 and 65. RGB value is (14,120,101). Sum of RGB (Red+Green+Blue) = 14+120+101=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7865 is #F1879A. Grayscale: #565656. Windows color (decimal): -15828891 or 6649870. OLE color: 6649870.

HSL color Cylindrical-coordinate representation of color #0E7865: hue angle of 169.25º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7865 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB14120101-
CMYK0.8800.160.53
HSL169.25º79.1%26.27%-
HSV(B)169.25º88.33%47.06%-
XYZ9.2514.4714.62-
YUV86.14136.3876.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=5.96%
G=51.06%
B=42.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141201010.8800.160.53169.2579.126.27
HexE78655801035a94f1a
Octal161701451300206525111732
Binary111011110001100101101100001000011010110101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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