Html Css Color HEX #207176 Atoll

📋 copy color: '#207176'

red 32 ◦ green 113 ◦ blue 118

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

Shades of Atoll #207176

Tints of Atoll #207176

RGB

 RED value IS 32 (12.89% from 255) = 12.17%

 GREEN value IS 113 (44.53% from 255) = 42.97%

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

R = 12.17%
G = 42.97%
B = 44.87%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#207176 (or 0x207176) is known color: Atoll. HEX triplet: 20, 71 and 76. RGB value is (32,113,118). Sum of RGB (Red+Green+Blue) = 32+113+118=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #207176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207176 is #DF8E89. Grayscale: #595959. Windows color (decimal): -14651018 or 7762208. OLE color: 7762208.

HSL color Cylindrical-coordinate representation of color #207176: hue angle of 183.49º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207176 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 113 118 -
CMYK 0.73 0.04 0 0.54
HSL 183.49º 0.57% 0.29% -
HSV(B) 183.49º 0.73% 0.46% -
XYZ 9.77 13.43 19.22 -
YUV 89.35 144.16 87.09 -
System Red Green Blue C M Y K H S L
Decimal 32 113 118 0.73 0.04 0 0.54 183.49 0.57 0.29
Hex 20 71 76 49 4 0 36 B7 39 1D
Octal 40 161 166 111 4 0 66 267 71 35
Binary 100000 1110001 1110110 1001001 100 0 110110 10110111 111001 11101

Color Harmonies of #207176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207176

Black with #207176

Text Example


Text Example

White with #207176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207176; }

 p { color: rgb(32,113,118); }

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

background-color css

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

 a { background-color: rgb(32,113,118); }

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

border-color css

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

 span { border-color: rgb(32,113,118); }

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