Html Css Color HEX #207476 Atoll

📋 copy color: '#207476'

red 32 ◦ green 116 ◦ blue 118

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

Shades of Atoll #207476

Tints of Atoll #207476

RGB

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

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

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

R = 12.03%
G = 43.61%
B = 44.36%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#207476 (or 0x207476) is known color: Atoll. HEX triplet: 20, 74 and 76. RGB value is (32,116,118). Sum of RGB (Red+Green+Blue) = 32+116+118=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #207476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207476 is #DF8B89. Grayscale: #5B5B5B. Windows color (decimal): -14650250 or 7762976. OLE color: 7762976.

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

Color convert

RGB 32 116 118 -
CMYK 0.73 0.02 0 0.54
HSL 181.4º 0.57% 0.29% -
HSV(B) 181.4º 0.73% 0.46% -
XYZ 10.11 14.11 19.33 -
YUV 91.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 32 116 118 0.73 0.02 0 0.54 181.4 0.57 0.29
Hex 20 74 76 49 2 0 36 B5 39 1D
Octal 40 164 166 111 2 0 66 265 71 35
Binary 100000 1110100 1110110 1001001 10 0 110110 10110101 111001 11101

Color Harmonies of #207476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207476

Black with #207476

Text Example


Text Example

White with #207476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207476; }

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

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

background-color css

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

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

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

border-color css

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

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

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