#0D825D

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

Shades of Deep Sea #0D825D

Tints of Deep Sea #0D825D

Color information

#0D825D (or 0x0D825D) is unknown color: approx Deep Sea. HEX triplet: 0D, 82 and 5D. RGB value is (13,130,93). Sum of RGB (Red+Green+Blue) = 13+130+93=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #0D825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D825D is #F27DA2. Grayscale: #5A5A5A. Windows color (decimal): -15891875 or 6128141. OLE color: 6128141.

HSL color Cylindrical-coordinate representation of color #0D825D: hue angle of 161.03º 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 #0D825D is Cyan = 0.9, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1313093-
CMYK0.900.280.49
HSL161.03º81.82%28.04%-
HSV(B)161.03º90%50.98%-
XYZ10.1216.8413.07-
YUV90.8129.2472.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=5.51%
G=55.08%
B=39.41%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13130930.900.280.49161.0381.8228.04
HexD825D5A01C31a1521c
Octal152021351320346124112234
Binary1101100000101011101101101001110011000110100001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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