#21785C

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

Shades of Deep Sea #21785C

Tints of Deep Sea #21785C

Color information

#21785C (or 0x21785C) is unknown color: approx Deep Sea. HEX triplet: 21, 78 and 5C. RGB value is (33,120,92). Sum of RGB (Red+Green+Blue) = 33+120+92=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #21785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21785C is #DE87A3. Grayscale: #5A5A5A. Windows color (decimal): -14583716 or 6060065. OLE color: 6060065.

HSL color Cylindrical-coordinate representation of color #21785C: hue angle of 160.69º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21785C is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB3312092-
CMYK0.7200.230.53
HSL160.69º56.86%30%-
HSV(B)160.69º72.5%47.06%-
XYZ9.2814.5312.44-
YUV90.8128.6886.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=13.47%
G=48.98%
B=37.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120920.7200.230.53160.6956.8630
Hex21785C4801735a1391e
Octal41170134110027652417136
Binary1000011111000101110010010000101111101011010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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