#217C82

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

Shades of Atoll #217C82

Tints of Atoll #217C82

Color information

#217C82 (or 0x217C82) is unknown color: approx Atoll. HEX triplet: 21, 7C and 82. RGB value is (33,124,130). Sum of RGB (Red+Green+Blue) = 33+124+130=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #217C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C82 is #DE837D. Grayscale: #616161. Windows color (decimal): -14582654 or 8551457. OLE color: 8551457.

HSL color Cylindrical-coordinate representation of color #217C82: hue angle of 183.71º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217C82 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33124130-
CMYK0.750.0500.49
HSL183.71º59.51%31.96%-
HSV(B)183.71º74.62%50.98%-
XYZ11.8616.3523.65-
YUV97.48146.3582.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=11.50%
G=43.21%
B=45.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331241300.750.0500.49183.7159.5131.96
Hex217C824B5031b83c20
Octal4117420211350612707440
Binary1000011111100100000101001011101011000110111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,124,130); }

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

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

 a { background-color: rgb(33,124,130); }

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

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

 span { border-color: rgb(33,124,130); }

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