#217173

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

Shades of Atoll #217173

Tints of Atoll #217173

Color information

#217173 (or 0x217173) is unknown color: approx Atoll. HEX triplet: 21, 71 and 73. RGB value is (33,113,115). Sum of RGB (Red+Green+Blue) = 33+113+115=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #217173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217173 is #DE8E8C. Grayscale: #595959. Windows color (decimal): -14585485 or 7565601. OLE color: 7565601.

HSL color Cylindrical-coordinate representation of color #217173: hue angle of 181.46º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217173 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33113115-
CMYK0.710.0200.55
HSL181.46º55.41%29.02%-
HSV(B)181.46º71.3%45.1%-
XYZ9.6313.3718.29-
YUV89.31142.587.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=12.64%
G=43.30%
B=44.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331131150.710.0200.55181.4655.4129.02
Hex217173472037b5371d
Octal4116116310720672656735
Binary1000011110001111001110001111001101111011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217173; }

 p { color: rgb(33,113,115); }

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

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

 a { background-color: rgb(33,113,115); }

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

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

 span { border-color: rgb(33,113,115); }

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