#20484F

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

Shades of Teal Blue #20484F

Tints of Teal Blue #20484F

Color information

#20484F (or 0x20484F) is unknown color: approx Teal Blue. HEX triplet: 20, 48 and 4F. RGB value is (32,72,79). Sum of RGB (Red+Green+Blue) = 32+72+79=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #20484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20484F is #DFB7B0. Grayscale: #3C3C3C. Windows color (decimal): -14661553 or 5195808. OLE color: 5195808.

HSL color Cylindrical-coordinate representation of color #20484F: hue angle of 188.94º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20484F is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327279-
CMYK0.590.0900.69
HSL188.94º42.34%21.76%-
HSV(B)188.94º59.49%30.98%-
XYZ4.325.518.23-
YUV60.84138.25107.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=17.49%
G=39.34%
B=43.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3272790.590.0900.69188.9442.3421.76
Hex20484F3B9045bd2a16
Octal40110117731101052755226
Binary100000100100010011111110111001010001011011110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,72,79); }

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

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

 a { background-color: rgb(32,72,79); }

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

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

 span { border-color: rgb(32,72,79); }

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