#20767E

Color #20767E Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #20767E

Tints of Atoll #20767E

Color information

#20767E (or 0x20767E) is unknown color: approx Atoll. HEX triplet: 20, 76 and 7E. RGB value is (32,118,126). Sum of RGB (Red+Green+Blue) = 32+118+126=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #20767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20767E is #DF8981. Grayscale: #5D5D5D. Windows color (decimal): -14649730 or 8287776. OLE color: 8287776.

HSL color Cylindrical-coordinate representation of color #20767E: hue angle of 185.11º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20767E is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB32118126-
CMYK0.750.0600.51
HSL185.11º59.49%30.98%-
HSV(B)185.11º74.6%49.41%-
XYZ10.8414.7722.02-
YUV93.2146.5184.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=11.59%
G=42.75%
B=45.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321181260.750.0600.51185.1159.4930.98
Hex20767E4B6033b93b1f
Octal4016617611360632717337
Binary10000011101101111110100101111001100111011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20767E; }

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

 H1.HeaderClassName
 {
   color: #20767E;
 }
 .AnyTagClassName
 {
   color: #20767E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #20767E;
 }
 .BgClassName
 {
   background-color: #20767E;
 }
</style>
border-color css

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

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

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