#20767A

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

Shades of Atoll #20767A

Tints of Atoll #20767A

Color information

#20767A (or 0x20767A) is unknown color: approx Atoll. HEX triplet: 20, 76 and 7A. RGB value is (32,118,122). Sum of RGB (Red+Green+Blue) = 32+118+122=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #20767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20767A is #DF8985. Grayscale: #5C5C5C. Windows color (decimal): -14649734 or 8025632. OLE color: 8025632.

HSL color Cylindrical-coordinate representation of color #20767A: hue angle of 182.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20767A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB32118122-
CMYK0.740.0300.52
HSL182.67º58.44%30.2%-
HSV(B)182.67º73.77%47.84%-
XYZ10.5914.6720.69-
YUV92.74144.5184.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=11.76%
G=43.38%
B=44.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321181220.740.0300.52182.6758.4430.2
Hex20767A4A3034b73a1e
Octal4016617211230642677236
Binary1000001110110111101010010101101101001011011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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