Html Css Color HEX #207576 Atoll

📋 copy color: '#207576'

red 32 ◦ green 117 ◦ blue 118

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

Shades of Atoll #207576

Tints of Atoll #207576

RGB

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

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

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

R = 11.99%
G = 43.82%
B = 44.19%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#207576 (or 0x207576) is known color: Atoll. HEX triplet: 20, 75 and 76. RGB value is (32,117,118). Sum of RGB (Red+Green+Blue) = 32+117+118=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 117 (46.09% from 255 or 43.82% 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 #207576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207576 is #DF8A89. Grayscale: #5B5B5B. Windows color (decimal): -14649994 or 7763232. OLE color: 7763232.

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

Color convert

RGB 32 117 118 -
CMYK 0.73 0.01 0 0.54
HSL 180.7º 0.57% 0.29% -
HSV(B) 180.7º 0.73% 0.46% -
XYZ 10.23 14.34 19.37 -
YUV 91.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 32 117 118 0.73 0.01 0 0.54 180.7 0.57 0.29
Hex 20 75 76 49 1 0 36 B5 39 1D
Octal 40 165 166 111 1 0 66 265 71 35
Binary 100000 1110101 1110110 1001001 1 0 110110 10110101 111001 11101

Color Harmonies of #207576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207576

Black with #207576

Text Example


Text Example

White with #207576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207576; }

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

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

background-color css

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

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

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

border-color css

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

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

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