#21787F

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

Shades of Atoll #21787F

Tints of Atoll #21787F

Color information

#21787F (or 0x21787F) is unknown color: approx Atoll. HEX triplet: 21, 78 and 7F. RGB value is (33,120,127). Sum of RGB (Red+Green+Blue) = 33+120+127=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #21787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21787F is #DE8780. Grayscale: #5E5E5E. Windows color (decimal): -14583681 or 8353825. OLE color: 8353825.

HSL color Cylindrical-coordinate representation of color #21787F: hue angle of 184.47º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21787F is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB33120127-
CMYK0.740.0600.50
HSL184.47º58.75%31.37%-
HSV(B)184.47º74.02%49.8%-
XYZ11.1715.2922.44-
YUV94.78146.1883.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 127 (50% from 255) = 45.36%
R=11.79%
G=42.86%
B=45.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331201270.740.0600.50184.4758.7531.37
Hex21787F4A6032b83b1f
Octal4117017711260622707337
Binary10000111110001111111100101011001100101011100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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