#21797C

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

Shades of Atoll #21797C

Tints of Atoll #21797C

Color information

#21797C (or 0x21797C) is unknown color: approx Atoll. HEX triplet: 21, 79 and 7C. RGB value is (33,121,124). Sum of RGB (Red+Green+Blue) = 33+121+124=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #21797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21797C is #DE8683. Grayscale: #5E5E5E. Windows color (decimal): -14583428 or 8157473. OLE color: 8157473.

HSL color Cylindrical-coordinate representation of color #21797C: hue angle of 181.98º 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 #21797C is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB33121124-
CMYK0.730.0200.51
HSL181.98º57.96%30.78%-
HSV(B)181.98º73.39%48.63%-
XYZ11.115.4521.47-
YUV95.03144.3583.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=11.87%
G=43.53%
B=44.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331211240.730.0200.51181.9857.9630.78
Hex21797C492033b63a1f
Octal4117117411120632667237
Binary1000011111001111110010010011001100111011011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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