#20825F

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

Shades of Deep Sea #20825F

Tints of Deep Sea #20825F

Color information

#20825F (or 0x20825F) is unknown color: approx Deep Sea. HEX triplet: 20, 82 and 5F. RGB value is (32,130,95). Sum of RGB (Red+Green+Blue) = 32+130+95=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #20825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20825F is #DF7DA0. Grayscale: #606060. Windows color (decimal): -14646689 or 6259232. OLE color: 6259232.

HSL color Cylindrical-coordinate representation of color #20825F: hue angle of 158.57º 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 #20825F is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB3213095-
CMYK0.7500.270.49
HSL158.57º60.49%31.76%-
HSV(B)158.57º75.38%50.98%-
XYZ10.6417.113.57-
YUV96.71127.0381.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=12.45%
G=50.58%
B=36.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130950.7500.270.49158.5760.4931.76
Hex20825F4B01B319f3c20
Octal40202137113033612377440
Binary100000100000101011111100101101101111000110011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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