#20808B

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

Shades of Atoll #20808B

Tints of Atoll #20808B

Color information

#20808B (or 0x20808B) is unknown color: approx Atoll. HEX triplet: 20, 80 and 8B. RGB value is (32,128,139). Sum of RGB (Red+Green+Blue) = 32+128+139=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #20808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20808B is #DF7F74. Grayscale: #646464. Windows color (decimal): -14647157 or 9142304. OLE color: 9142304.

HSL color Cylindrical-coordinate representation of color #20808B: hue angle of 186.17º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20808B is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32128139-
CMYK0.770.0800.45
HSL186.17º62.57%33.53%-
HSV(B)186.17º76.98%54.51%-
XYZ12.9817.6127.14-
YUV100.55149.779.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=10.70%
G=42.81%
B=46.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321281390.770.0800.45186.1762.5733.53
Hex20808B4D802Dba3f22
Octal40200213115100552727742
Binary100000100000001000101110011011000010110110111010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20808B; }

 p { color: rgb(32,128,139); }

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

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

 a { background-color: rgb(32,128,139); }

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

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

 span { border-color: rgb(32,128,139); }

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