#217A80

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

Shades of Atoll #217A80

Tints of Atoll #217A80

Color information

#217A80 (or 0x217A80) is unknown color: approx Atoll. HEX triplet: 21, 7A and 80. RGB value is (33,122,128). Sum of RGB (Red+Green+Blue) = 33+122+128=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #217A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217A80 is #DE857F. Grayscale: #5F5F5F. Windows color (decimal): -14583168 or 8419873. OLE color: 8419873.

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

Color convert

RGB33122128-
CMYK0.740.0500.50
HSL183.79º59.01%31.57%-
HSV(B)183.79º74.22%50.2%-
XYZ11.4815.822.87-
YUV96.07146.0183.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=11.66%
G=43.11%
B=45.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331221280.740.0500.50183.7959.0131.57
Hex217A804A5032b83b20
Octal4117220011250622707340
Binary1000011111010100000001001010101011001010111000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217A80; }

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

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

<style>
 a { background-color: #217A80; }

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

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

<style>
 span { border-color: #217A80; }

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

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