#21785D

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

Shades of Deep Sea #21785D

Tints of Deep Sea #21785D

Color information

#21785D (or 0x21785D) is unknown color: approx Deep Sea. HEX triplet: 21, 78 and 5D. RGB value is (33,120,93). Sum of RGB (Red+Green+Blue) = 33+120+93=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #21785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21785D is #DE87A2. Grayscale: #5A5A5A. Windows color (decimal): -14583715 or 6125601. OLE color: 6125601.

HSL color Cylindrical-coordinate representation of color #21785D: hue angle of 161.38º 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 #21785D is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB3312093-
CMYK0.7200.220.53
HSL161.38º56.86%30%-
HSV(B)161.38º72.5%47.06%-
XYZ9.3214.5512.67-
YUV90.91129.1886.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=13.41%
G=48.78%
B=37.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120930.7200.220.53161.3856.8630
Hex21785D4801635a1391e
Octal41170135110026652417136
Binary1000011111000101110110010000101101101011010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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