#21825F

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

Shades of Deep Sea #21825F

Tints of Deep Sea #21825F

Color information

#21825F (or 0x21825F) is unknown color: approx Deep Sea. HEX triplet: 21, 82 and 5F. RGB value is (33,130,95). Sum of RGB (Red+Green+Blue) = 33+130+95=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #21825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21825F is #DE7DA0. Grayscale: #616161. Windows color (decimal): -14581153 or 6259233. OLE color: 6259233.

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

Color convert

RGB3313095-
CMYK0.7500.270.49
HSL158.35º59.51%31.96%-
HSV(B)158.35º74.62%50.98%-
XYZ10.6817.1113.57-
YUV97.01126.8682.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=12.79%
G=50.39%
B=36.82%

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
Decimal33130950.7500.270.49158.3559.5131.96
Hex21825F4B01B319e3c20
Octal41202137113033612367440
Binary100001100000101011111100101101101111000110011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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