#0D7566

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

Shades of Deep Sea #0D7566

Tints of Deep Sea #0D7566

Color information

#0D7566 (or 0x0D7566) is unknown color: approx Deep Sea. HEX triplet: 0D, 75 and 66. RGB value is (13,117,102). Sum of RGB (Red+Green+Blue) = 13+117+102=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7566 is #F28A99. Grayscale: #545454. Windows color (decimal): -15895194 or 6714637. OLE color: 6714637.

HSL color Cylindrical-coordinate representation of color #0D7566: hue angle of 171.35º 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 #0D7566 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB13117102-
CMYK0.8900.130.54
HSL171.35º80%25.49%-
HSV(B)171.35º88.89%45.88%-
XYZ8.9313.7714.76-
YUV84.19138.0477.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=5.60%
G=50.43%
B=43.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal131171020.8900.130.54171.358025.49
HexD7566590D36ab5019
Octal151651461310156625312031
Binary11011110101110011010110010110111011010101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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