Html Css Color HEX #217677 Atoll

📋 copy color: '#217677'

red 33 ◦ green 118 ◦ blue 119

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

Shades of Atoll #217677

Tints of Atoll #217677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 12.22%
G = 43.7%
B = 44.07%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#217677 (or 0x217677) is known color: Atoll. HEX triplet: 21, 76 and 77. RGB value is (33,118,119). Sum of RGB (Red+Green+Blue) = 33+118+119=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #217677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217677 is #DE8988. Grayscale: #5C5C5C. Windows color (decimal): -14584201 or 7829025. OLE color: 7829025.

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

Color convert

RGB 33 118 119 -
CMYK 0.72 0.01 0 0.53
HSL 180.7º 0.57% 0.3% -
HSV(B) 180.7º 0.72% 0.47% -
XYZ 10.44 14.61 19.72 -
YUV 92.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 33 118 119 0.72 0.01 0 0.53 180.7 0.57 0.3
Hex 21 76 77 48 1 0 35 B5 39 1E
Octal 41 166 167 110 1 0 65 265 71 36
Binary 100001 1110110 1110111 1001000 1 0 110101 10110101 111001 11110

Color Harmonies of #217677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217677

Black with #217677

Text Example


Text Example

White with #217677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217677; }

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

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

background-color css

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

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

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

border-color css

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

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

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