#21765C

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

Shades of Deep Sea #21765C

Tints of Deep Sea #21765C

Color information

#21765C (or 0x21765C) is unknown color: approx Deep Sea. HEX triplet: 21, 76 and 5C. RGB value is (33,118,92). Sum of RGB (Red+Green+Blue) = 33+118+92=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #21765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21765C is #DE89A3. Grayscale: #595959. Windows color (decimal): -14584228 or 6059553. OLE color: 6059553.

HSL color Cylindrical-coordinate representation of color #21765C: hue angle of 161.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21765C is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB3311892-
CMYK0.7200.220.54
HSL161.65º56.29%29.61%-
HSV(B)161.65º72.03%46.27%-
XYZ9.0414.0512.36-
YUV89.62129.3487.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=13.58%
G=48.56%
B=37.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33118920.7200.220.54161.6556.2929.61
Hex21765C4801636a2381e
Octal41166134110026662427036
Binary1000011110110101110010010000101101101101010001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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