#21825C

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

Shades of Deep Sea #21825C

Tints of Deep Sea #21825C

Color information

#21825C (or 0x21825C) is unknown color: approx Deep Sea. HEX triplet: 21, 82 and 5C. RGB value is (33,130,92). Sum of RGB (Red+Green+Blue) = 33+130+92=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #21825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21825C is #DE7DA3. Grayscale: #606060. Windows color (decimal): -14581156 or 6062625. OLE color: 6062625.

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

Color convert

RGB3313092-
CMYK0.7500.290.49
HSL156.49º59.51%31.96%-
HSV(B)156.49º74.62%50.98%-
XYZ10.5417.0612.86-
YUV96.66125.3682.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=12.94%
G=50.98%
B=36.08%

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
Decimal33130920.7500.290.49156.4959.5131.96
Hex21825C4B01D319c3c20
Octal41202134113035612347440
Binary100001100000101011100100101101110111000110011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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