#0D7F63

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

Shades of Deep Sea #0D7F63

Tints of Deep Sea #0D7F63

Color information

#0D7F63 (or 0x0D7F63) is unknown color: approx Deep Sea. HEX triplet: 0D, 7F and 63. RGB value is (13,127,99). Sum of RGB (Red+Green+Blue) = 13+127+99=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F63 is #F2809C. Grayscale: #595959. Windows color (decimal): -15892637 or 6520589. OLE color: 6520589.

HSL color Cylindrical-coordinate representation of color #0D7F63: hue angle of 165.26º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F63 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB1312799-
CMYK0.9000.220.50
HSL165.26º81.43%27.45%-
HSV(B)165.26º89.76%49.8%-
XYZ10.0116.1714.4-
YUV89.72133.2373.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 127 (50% from 255) = 53.14%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=5.44%
G=53.14%
B=41.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal13127990.9000.220.50165.2681.4327.45
HexD7F635A01632a5511b
Octal151771431320266224512133
Binary110111111111100011101101001011011001010100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,127,99); }

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

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

 a { background-color: rgb(13,127,99); }

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

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

 span { border-color: rgb(13,127,99); }

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