#21786A

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

Shades of Deep Sea #21786A

Tints of Deep Sea #21786A

Color information

#21786A (or 0x21786A) is unknown color: approx Deep Sea. HEX triplet: 21, 78 and 6A. RGB value is (33,120,106). Sum of RGB (Red+Green+Blue) = 33+120+106=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #21786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21786A is #DE8795. Grayscale: #5C5C5C. Windows color (decimal): -14583702 or 6977569. OLE color: 6977569.

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

Color convert

RGB33120106-
CMYK0.7200.120.53
HSL170.34º56.86%30%-
HSV(B)170.34º72.5%47.06%-
XYZ9.9514.815.97-
YUV92.39135.6885.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=12.74%
G=46.33%
B=40.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331201060.7200.120.53170.3456.8630
Hex21786A480C35aa391e
Octal41170152110014652527136
Binary100001111100011010101001000011001101011010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21786A; }

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

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

<style>
 a { background-color: #21786A; }

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

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

<style>
 span { border-color: #21786A; }

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

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