#21787A

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

Shades of Atoll #21787A

Tints of Atoll #21787A

Color information

#21787A (or 0x21787A) is unknown color: approx Atoll. HEX triplet: 21, 78 and 7A. RGB value is (33,120,122). Sum of RGB (Red+Green+Blue) = 33+120+122=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #21787A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21787A is #DE8785. Grayscale: #5E5E5E. Windows color (decimal): -14583686 or 8026145. OLE color: 8026145.

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

Color convert

RGB33120122-
CMYK0.730.0200.52
HSL181.35º57.42%30.39%-
HSV(B)181.35º72.95%47.84%-
XYZ10.8615.1620.77-
YUV94.22143.6884.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=12%
G=43.64%
B=44.36%

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
Decimal331201220.730.0200.52181.3557.4230.39
Hex21787A492034b5391e
Octal4117017211120642657136
Binary1000011111000111101010010011001101001011010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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