#217B80

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

Shades of Atoll #217B80

Tints of Atoll #217B80

Color information

#217B80 (or 0x217B80) is unknown color: approx Atoll. HEX triplet: 21, 7B and 80. RGB value is (33,123,128). Sum of RGB (Red+Green+Blue) = 33+123+128=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #217B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B80 is #DE847F. Grayscale: #606060. Windows color (decimal): -14582912 or 8420129. OLE color: 8420129.

HSL color Cylindrical-coordinate representation of color #217B80: hue angle of 183.16º 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 #217B80 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB33123128-
CMYK0.740.0400.50
HSL183.16º59.01%31.57%-
HSV(B)183.16º74.22%50.2%-
XYZ11.6116.0522.91-
YUV96.66145.6882.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 123 (48.44% from 255) = 43.31%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=11.62%
G=43.31%
B=45.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331231280.740.0400.50183.1659.0131.57
Hex217B804A4032b73b20
Octal4117320011240622677340
Binary1000011111011100000001001010100011001010110111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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