#204652

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

Shades of Teal Blue #204652

Tints of Teal Blue #204652

Color information

#204652 (or 0x204652) is unknown color: approx Teal Blue. HEX triplet: 20, 46 and 52. RGB value is (32,70,82). Sum of RGB (Red+Green+Blue) = 32+70+82=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #204652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204652 is #DFB9AD. Grayscale: #3B3B3B. Windows color (decimal): -14662062 or 5391904. OLE color: 5391904.

HSL color Cylindrical-coordinate representation of color #204652: hue angle of 194.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204652 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB327082-
CMYK0.610.1500.68
HSL194.4º43.86%22.35%-
HSV(B)194.4º60.98%32.16%-
XYZ4.315.38.78-
YUV60.01140.41108.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=17.39%
G=38.04%
B=44.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3270820.610.1500.68194.443.8622.35
Hex2046523DF044c22c16
Octal40106122751701043025426
Binary100000100011010100101111011111010001001100001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204652; }

 p { color: rgb(32,70,82); }

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

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

 a { background-color: rgb(32,70,82); }

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

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

 span { border-color: rgb(32,70,82); }

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