Html Css Color HEX #204752 Teal Blue

📋 copy color: '#204752'

red 32 ◦ green 71 ◦ blue 82

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

Shades of Teal Blue #204752

Tints of Teal Blue #204752

RGB

 RED value IS 32 (12.89% from 255) = 17.3%

 GREEN value IS 71 (28.13% from 255) = 38.38%

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 17.3%
G = 38.38%
B = 44.32%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#204752 (or 0x204752) is known color: Teal Blue. HEX triplet: 20, 47 and 52. RGB value is (32,71,82). Sum of RGB (Red+Green+Blue) = 32+71+82=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #204752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204752 is #DFB8AD. Grayscale: #3C3C3C. Windows color (decimal): -14661806 or 5392160. OLE color: 5392160.

HSL color Cylindrical-coordinate representation of color #204752: hue angle of 193.2º 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 #204752 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 71 82 -
CMYK 0.61 0.13 0 0.68
HSL 193.2º 0.44% 0.22% -
HSV(B) 193.2º 0.61% 0.32% -
XYZ 4.37 5.42 8.8 -
YUV 60.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 32 71 82 0.61 0.13 0 0.68 193.2 0.44 0.22
Hex 20 47 52 3D D 0 44 C1 2C 16
Octal 40 107 122 75 15 0 104 301 54 26
Binary 100000 1000111 1010010 111101 1101 0 1000100 11000001 101100 10110

Color Harmonies of #204752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204752

Black with #204752

Text Example


Text Example

White with #204752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204752; }

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

 H1.HeaderClassName
 {
   color: #204752;
 }
 .AnyTagClassName
 {
   color: #204752;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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