#204B53

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

Shades of Teal Blue #204B53

Tints of Teal Blue #204B53

Color information

#204B53 (or 0x204B53) is unknown color: approx Teal Blue. HEX triplet: 20, 4B and 53. RGB value is (32,75,83). Sum of RGB (Red+Green+Blue) = 32+75+83=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #204B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B53 is #DFB4AC. Grayscale: #3E3E3E. Windows color (decimal): -14660781 or 5458720. OLE color: 5458720.

HSL color Cylindrical-coordinate representation of color #204B53: hue angle of 189.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204B53 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB327583-
CMYK0.610.1000.67
HSL189.41º44.35%22.55%-
HSV(B)189.41º61.45%32.55%-
XYZ4.675.969.09-
YUV63.05139.25105.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=16.84%
G=39.47%
B=43.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3275830.610.1000.67189.4144.3522.55
Hex204B533DA043bd2c17
Octal40113123751201032755427
Binary100000100101110100111111011010010000111011110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204B53; }

 p { color: rgb(32,75,83); }

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

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

 a { background-color: rgb(32,75,83); }

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

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

 span { border-color: rgb(32,75,83); }

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