#0D825C

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

Shades of Deep Sea #0D825C

Tints of Deep Sea #0D825C

Color information

#0D825C (or 0x0D825C) is unknown color: approx Deep Sea. HEX triplet: 0D, 82 and 5C. RGB value is (13,130,92). Sum of RGB (Red+Green+Blue) = 13+130+92=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #0D825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D825C is #F27DA3. Grayscale: #5A5A5A. Windows color (decimal): -15891876 or 6062605. OLE color: 6062605.

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

Color convert

RGB1313092-
CMYK0.900.290.49
HSL160.51º81.82%28.04%-
HSV(B)160.51º90%50.98%-
XYZ10.0816.8212.84-
YUV90.68128.7472.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.53%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=5.53%
G=55.32%
B=39.15%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13130920.900.290.49160.5181.8228.04
HexD825C5A01D31a1521c
Octal152021341320356124112234
Binary1101100000101011100101101001110111000110100001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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