#0D8265

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

Shades of Deep Sea #0D8265

Tints of Deep Sea #0D8265

Color information

#0D8265 (or 0x0D8265) is unknown color: approx Deep Sea. HEX triplet: 0D, 82 and 65. RGB value is (13,130,101). Sum of RGB (Red+Green+Blue) = 13+130+101=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8265 is #F27D9A. Grayscale: #5B5B5B. Windows color (decimal): -15891867 or 6652429. OLE color: 6652429.

HSL color Cylindrical-coordinate representation of color #0D8265: hue angle of 165.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8265 is Cyan = 0.9, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13130101-
CMYK0.900.220.49
HSL165.13º81.82%28.04%-
HSV(B)165.13º90%50.98%-
XYZ10.516.9915.04-
YUV91.71133.2471.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.33%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=5.33%
G=53.28%
B=41.39%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131301010.900.220.49165.1381.8228.04
HexD82655A01631a5521c
Octal152021451320266124512234
Binary1101100000101100101101101001011011000110100101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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