#0D7F6D

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

Shades of Deep Sea #0D7F6D

Tints of Deep Sea #0D7F6D

Color information

#0D7F6D (or 0x0D7F6D) is unknown color: approx Deep Sea. HEX triplet: 0D, 7F and 6D. RGB value is (13,127,109). Sum of RGB (Red+Green+Blue) = 13+127+109=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F6D is #F28092. Grayscale: #5A5A5A. Windows color (decimal): -15892627 or 7175949. OLE color: 7175949.

HSL color Cylindrical-coordinate representation of color #0D7F6D: hue angle of 170.53º 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 #0D7F6D is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB13127109-
CMYK0.9000.140.50
HSL170.53º81.43%27.45%-
HSV(B)170.53º89.76%49.8%-
XYZ10.5216.3717.07-
YUV90.86138.2372.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.22%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=5.22%
G=51.00%
B=43.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal131271090.9000.140.50170.5381.4327.45
HexD7F6D5A0E32ab511b
Octal151771551320166225312133
Binary11011111111110110110110100111011001010101011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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