#0E765C

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

Shades of Deep Sea #0E765C

Tints of Deep Sea #0E765C

Color information

#0E765C (or 0x0E765C) is unknown color: approx Deep Sea. HEX triplet: 0E, 76 and 5C. RGB value is (14,118,92). Sum of RGB (Red+Green+Blue) = 14+118+92=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #0E765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E765C is #F189A3. Grayscale: #535353. Windows color (decimal): -15829412 or 6059534. OLE color: 6059534.

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

Color convert

RGB1411892-
CMYK0.8800.220.54
HSL165º78.79%25.88%-
HSV(B)165º88.14%46.27%-
XYZ8.5913.8212.34-
YUV83.94132.5478.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=6.25%
G=52.68%
B=41.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14118920.8800.220.5416578.7925.88
HexE765C5801636a54f1a
Octal161661341300266624511732
Binary111011101101011100101100001011011011010100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,92); }

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

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

 a { background-color: rgb(14,118,92); }

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

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

 span { border-color: rgb(14,118,92); }

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