#217D82

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

Shades of Atoll #217D82

Tints of Atoll #217D82

Color information

#217D82 (or 0x217D82) is unknown color: approx Atoll. HEX triplet: 21, 7D and 82. RGB value is (33,125,130). Sum of RGB (Red+Green+Blue) = 33+125+130=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #217D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217D82 is #DE827D. Grayscale: #616161. Windows color (decimal): -14582398 or 8551713. OLE color: 8551713.

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

Color convert

RGB33125130-
CMYK0.750.0400.49
HSL183.09º59.51%31.96%-
HSV(B)183.09º74.62%50.98%-
XYZ11.9916.623.69-
YUV98.06146.0281.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=11.46%
G=43.40%
B=45.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331251300.750.0400.49183.0959.5131.96
Hex217D824B4031b73c20
Octal4117520211340612677440
Binary1000011111101100000101001011100011000110110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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