Html Css Color HEX #204958 Teal Blue

📋 copy color: '#204958'

red 32 ◦ green 73 ◦ blue 88

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

Shades of Teal Blue #204958

Tints of Teal Blue #204958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 16.58%
G = 37.82%
B = 45.6%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204958 (or 0x204958) is known color: Teal Blue. HEX triplet: 20, 49 and 58. RGB value is (32,73,88). Sum of RGB (Red+Green+Blue) = 32+73+88=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #204958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204958 is #DFB6A7. Grayscale: #3E3E3E. Windows color (decimal): -14661288 or 5785888. OLE color: 5785888.

HSL color Cylindrical-coordinate representation of color #204958: hue angle of 196.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204958 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 73 88 -
CMYK 0.64 0.17 0 0.65
HSL 196.07º 0.47% 0.24% -
HSV(B) 196.07º 0.64% 0.35% -
XYZ 4.74 5.78 10.1 -
YUV 62.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 32 73 88 0.64 0.17 0 0.65 196.07 0.47 0.24
Hex 20 49 58 40 11 0 41 C4 2F 18
Octal 40 111 130 100 21 0 101 304 57 30
Binary 100000 1001001 1011000 1000000 10001 0 1000001 11000100 101111 11000

Color Harmonies of #204958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204958

Black with #204958

Text Example


Text Example

White with #204958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204958; }

 p { color: rgb(32,73,88); }

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

background-color css

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

 a { background-color: rgb(32,73,88); }

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

border-color css

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

 span { border-color: rgb(32,73,88); }

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