Html Css Color HEX #217476 Atoll

📋 copy color: '#217476'

red 33 ◦ green 116 ◦ blue 118

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

Shades of Atoll #217476

Tints of Atoll #217476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.45%

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

R = 12.36%
G = 43.45%
B = 44.19%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#217476 (or 0x217476) is known color: Atoll. HEX triplet: 21, 74 and 76. RGB value is (33,116,118). Sum of RGB (Red+Green+Blue) = 33+116+118=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #217476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217476 is #DE8B89. Grayscale: #5B5B5B. Windows color (decimal): -14584714 or 7762977. OLE color: 7762977.

HSL color Cylindrical-coordinate representation of color #217476: hue angle of 181.41º 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 #217476 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 116 118 -
CMYK 0.72 0.02 0 0.54
HSL 181.41º 0.56% 0.3% -
HSV(B) 181.41º 0.72% 0.46% -
XYZ 10.14 14.12 19.33 -
YUV 91.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 33 116 118 0.72 0.02 0 0.54 181.41 0.56 0.3
Hex 21 74 76 48 2 0 36 B5 38 1E
Octal 41 164 166 110 2 0 66 265 70 36
Binary 100001 1110100 1110110 1001000 10 0 110110 10110101 111000 11110

Color Harmonies of #217476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217476

Black with #217476

Text Example


Text Example

White with #217476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217476; }

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

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

background-color css

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

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

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

border-color css

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

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

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