#0D7565

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

Shades of Deep Sea #0D7565

Tints of Deep Sea #0D7565

Color information

#0D7565 (or 0x0D7565) is unknown color: approx Deep Sea. HEX triplet: 0D, 75 and 65. RGB value is (13,117,101). Sum of RGB (Red+Green+Blue) = 13+117+101=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7565 is #F28A9A. Grayscale: #545454. Windows color (decimal): -15895195 or 6649101. OLE color: 6649101.

HSL color Cylindrical-coordinate representation of color #0D7565: hue angle of 170.77º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7565 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB13117101-
CMYK0.8900.140.54
HSL170.77º80%25.49%-
HSV(B)170.77º88.89%45.88%-
XYZ8.8813.7514.5-
YUV84.08137.5477.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=5.63%
G=50.65%
B=43.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal131171010.8900.140.54170.778025.49
HexD7565590E36ab5019
Octal151651451310166625312031
Binary11011110101110010110110010111011011010101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,101); }

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

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

 a { background-color: rgb(13,117,101); }

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

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

 span { border-color: rgb(13,117,101); }

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