#20825C

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

Shades of Deep Sea #20825C

Tints of Deep Sea #20825C

Color information

#20825C (or 0x20825C) is unknown color: approx Deep Sea. HEX triplet: 20, 82 and 5C. RGB value is (32,130,92). Sum of RGB (Red+Green+Blue) = 32+130+92=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #20825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20825C is #DF7DA3. Grayscale: #606060. Windows color (decimal): -14646692 or 6062624. OLE color: 6062624.

HSL color Cylindrical-coordinate representation of color #20825C: hue angle of 156.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20825C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB3213092-
CMYK0.7500.290.49
HSL156.73º60.49%31.76%-
HSV(B)156.73º75.38%50.98%-
XYZ10.5117.0512.86-
YUV96.37125.5382.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=12.60%
G=51.18%
B=36.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130920.7500.290.49156.7360.4931.76
Hex20825C4B01D319d3c20
Octal40202134113035612357440
Binary100000100000101011100100101101110111000110011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20825C; }

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

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

<style>
 a { background-color: #20825C; }

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

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

<style>
 span { border-color: #20825C; }

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

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