#20787F

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

Shades of Atoll #20787F

Tints of Atoll #20787F

Color information

#20787F (or 0x20787F) is unknown color: approx Atoll. HEX triplet: 20, 78 and 7F. RGB value is (32,120,127). Sum of RGB (Red+Green+Blue) = 32+120+127=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #20787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20787F is #DF8780. Grayscale: #5E5E5E. Windows color (decimal): -14649217 or 8353824. OLE color: 8353824.

HSL color Cylindrical-coordinate representation of color #20787F: hue angle of 184.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20787F is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32120127-
CMYK0.750.0600.50
HSL184.42º59.75%31.18%-
HSV(B)184.42º74.8%49.8%-
XYZ11.1415.2722.44-
YUV94.49146.3583.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 127 (50% from 255) = 45.52%
R=11.47%
G=43.01%
B=45.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321201270.750.0600.50184.4259.7531.18
Hex20787F4B6032b83c1f
Octal4017017711360622707437
Binary10000011110001111111100101111001100101011100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20787F; }

 p { color: rgb(32,120,127); }

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

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

 a { background-color: rgb(32,120,127); }

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

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

 span { border-color: rgb(32,120,127); }

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