#21805E

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

Shades of Deep Sea #21805E

Tints of Deep Sea #21805E

Color information

#21805E (or 0x21805E) is unknown color: approx Deep Sea. HEX triplet: 21, 80 and 5E. RGB value is (33,128,94). Sum of RGB (Red+Green+Blue) = 33+128+94=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #21805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21805E is #DE7FA1. Grayscale: #5F5F5F. Windows color (decimal): -14581666 or 6193185. OLE color: 6193185.

HSL color Cylindrical-coordinate representation of color #21805E: hue angle of 158.53º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21805E is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB3312894-
CMYK0.7400.270.50
HSL158.53º59.01%31.57%-
HSV(B)158.53º74.22%50.2%-
XYZ10.3716.5713.24-
YUV95.72127.0383.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=12.94%
G=50.20%
B=36.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33128940.7400.270.50158.5359.0131.57
Hex21805E4A01B329f3b20
Octal41200136112033622377340
Binary100001100000001011110100101001101111001010011111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21805E; }

 p { color: rgb(33,128,94); }

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

<style>
 a { background-color: #21805E; }

 a { background-color: rgb(33,128,94); }

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

<style>
 span { border-color: #21805E; }

 span { border-color: rgb(33,128,94); }

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