#21787C

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

Shades of Atoll #21787C

Tints of Atoll #21787C

Color information

#21787C (or 0x21787C) is unknown color: approx Atoll. HEX triplet: 21, 78 and 7C. RGB value is (33,120,124). Sum of RGB (Red+Green+Blue) = 33+120+124=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #21787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21787C is #DE8783. Grayscale: #5E5E5E. Windows color (decimal): -14583684 or 8157217. OLE color: 8157217.

HSL color Cylindrical-coordinate representation of color #21787C: hue angle of 182.64º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21787C is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB33120124-
CMYK0.730.0300.51
HSL182.64º57.96%30.78%-
HSV(B)182.64º73.39%48.63%-
XYZ10.9815.2121.43-
YUV94.44144.6884.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=11.91%
G=43.32%
B=44.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331201240.730.0300.51182.6457.9630.78
Hex21787C493033b73a1f
Octal4117017411130632677237
Binary1000011111000111110010010011101100111011011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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