#0D7E64

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

Shades of Deep Sea #0D7E64

Tints of Deep Sea #0D7E64

Color information

#0D7E64 (or 0x0D7E64) is unknown color: approx Deep Sea. HEX triplet: 0D, 7E and 64. RGB value is (13,126,100). Sum of RGB (Red+Green+Blue) = 13+126+100=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #0D7E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7E64 is #F2819B. Grayscale: #595959. Windows color (decimal): -15892892 or 6585869. OLE color: 6585869.

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

Color convert

RGB13126100-
CMYK0.9000.210.51
HSL166.19º81.29%27.25%-
HSV(B)166.19º89.68%49.41%-
XYZ9.9315.9314.61-
YUV89.25134.0673.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 126 (49.61% from 255) = 52.72%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=5.44%
G=52.72%
B=41.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal131261000.9000.210.51166.1981.2927.25
HexD7E645A01533a6511b
Octal151761441320256324612133
Binary110111111101100100101101001010111001110100110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,126,100); }

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

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

 a { background-color: rgb(13,126,100); }

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

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

 span { border-color: rgb(13,126,100); }

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