Html Css Color HEX #217576 Atoll

📋 copy color: '#217576'

red 33 ◦ green 117 ◦ blue 118

#217576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #217576

Tints of Atoll #217576

RGB

 RED value IS 33 (13.28% from 255) = 12.31%

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 12.31%
G = 43.66%
B = 44.03%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#217576 (or 0x217576) is known color: Atoll. HEX triplet: 21, 75 and 76. RGB value is (33,117,118). Sum of RGB (Red+Green+Blue) = 33+117+118=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #217576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217576 is #DE8A89. Grayscale: #5B5B5B. Windows color (decimal): -14584458 or 7763233. OLE color: 7763233.

HSL color Cylindrical-coordinate representation of color #217576: hue angle of 180.71º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217576 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 118 -
CMYK 0.72 0.01 0 0.54
HSL 180.71º 0.56% 0.3% -
HSV(B) 180.71º 0.72% 0.46% -
XYZ 10.26 14.35 19.37 -
YUV 92 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 33 117 118 0.72 0.01 0 0.54 180.71 0.56 0.3
Hex 21 75 76 48 1 0 36 B5 38 1E
Octal 41 165 166 110 1 0 66 265 70 36
Binary 100001 1110101 1110110 1001000 1 0 110110 10110101 111000 11110

Color Harmonies of #217576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217576

Black with #217576

Text Example


Text Example

White with #217576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217576; }

 p { color: rgb(33,117,118); }

 H1.HeaderClassName
 {
   color: #217576;
 }
 .AnyTagClassName
 {
   color: #217576;
 }
</style>

background-color css

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

 a { background-color: rgb(33,117,118); }

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

border-color css

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

 span { border-color: rgb(33,117,118); }

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