#217a7c

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

Shades of Atoll #217A7C

Tints of Atoll #217A7C

Color information

#217A7C (or 0x217A7C) is unknown color: approx Atoll. HEX triplet: 21, 7A and 7C. RGB value is (33,122,124). Sum of RGB (Red+Green+Blue) = 33+122+124=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #217A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A7C is #DE8583. Grayscale: #5F5F5F. Windows color (decimal): -14583172 or 8157729. OLE color: 8157729.

HSL color Cylindrical-coordinate representation of color #217A7C: hue angle of 181.32º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A7C is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB33122124-
CMYK0.730.0200.51
HSL181.32º57.96%30.78%-
HSV(B)181.32º73.39%48.63%-
XYZ11.2215.721.51-
YUV95.62144.0183.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=11.83%
G=43.73%
B=44.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331221240.730.0200.51181.3257.9630.78
Hex217A7C492033b53a1f
Octal4117217411120632657237
Binary1000011111010111110010010011001100111011010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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