#21797B

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

Shades of Atoll #21797B

Tints of Atoll #21797B

Color information

#21797B (or 0x21797B) is unknown color: approx Atoll. HEX triplet: 21, 79 and 7B. RGB value is (33,121,123). Sum of RGB (Red+Green+Blue) = 33+121+123=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #21797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21797B is #DE8684. Grayscale: #5E5E5E. Windows color (decimal): -14583429 or 8091937. OLE color: 8091937.

HSL color Cylindrical-coordinate representation of color #21797B: hue angle of 181.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21797B is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB33121123-
CMYK0.730.0200.52
HSL181.33º57.69%30.59%-
HSV(B)181.33º73.17%48.24%-
XYZ11.0415.4321.13-
YUV94.92143.8583.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=11.91%
G=43.68%
B=44.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331211230.730.0200.52181.3357.6930.59
Hex21797B492034b53a1f
Octal4117117311120642657237
Binary1000011111001111101110010011001101001011010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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