#20a0a7

Color #20A0A7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #20A0A7

Tints of Pelorous #20A0A7

Color information

#20A0A7 (or 0x20A0A7) is unknown color: approx Pelorous. HEX triplet: 20, A0 and A7. RGB value is (32,160,167). Sum of RGB (Red+Green+Blue) = 32+160+167=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #20A0A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A0A7 is #DF5F58. Grayscale: #7A7A7A. Windows color (decimal): -14638937 or 10985504. OLE color: 10985504.

HSL color Cylindrical-coordinate representation of color #20A0A7: hue angle of 183.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A0A7 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB32160167-
CMYK0.810.0400.35
HSL183.11º67.84%39.02%-
HSV(B)183.11º80.84%65.49%-
XYZ20.1428.2440.95-
YUV122.53153.0963.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.91%
GREEN value IS 160 (62.89% from 255) = 44.57%
BLUE value IS 167 (65.62% from 255) = 46.52%
R=8.91%
G=44.57%
B=46.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321601670.810.0400.35183.1167.8439.02
Hex20A0A7514023b74427
Octal40240247121404326710447
Binary100000101000001010011110100011000100011101101111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20a0a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20a0a7; }

 p { color: rgb(32,160,167); }

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

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

 a { background-color: rgb(32,160,167); }

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

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

 span { border-color: rgb(32,160,167); }

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