Html Css Color HEX #204B53 Teal Blue

📋 copy color: '#204B53'

red 32 ◦ green 75 ◦ blue 83

#204B53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #204B53

Tints of Teal Blue #204B53

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 value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#204B53 (or 0x204B53) is known color: 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

RGB 32 75 83 -
CMYK 0.61 0.10 0 0.67
HSL 189.41º 0.44% 0.23% -
HSV(B) 189.41º 0.61% 0.33% -
XYZ 4.67 5.96 9.09 -
YUV 63.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 32 75 83 0.61 0.10 0 0.67 189.41 0.44 0.23
Hex 20 4B 53 3D A 0 43 BD 2C 17
Octal 40 113 123 75 12 0 103 275 54 27
Binary 100000 1001011 1010011 111101 1010 0 1000011 10111101 101100 10111

Color Harmonies of #204B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204B53

Black with #204B53

Text Example


Text Example

White with #204B53

Text Example


Text Example

HTML Codes & Css Web 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>