Html Css Color HEX #205359 Teal Blue

📋 copy color: '#205359'

red 32 ◦ green 83 ◦ blue 89

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

Shades of Teal Blue #205359

Tints of Teal Blue #205359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 15.69%
G = 40.69%
B = 43.63%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#205359 (or 0x205359) is known color: Teal Blue. HEX triplet: 20, 53 and 59. RGB value is (32,83,89). Sum of RGB (Red+Green+Blue) = 32+83+89=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #205359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205359 is #DFACA6. Grayscale: #444444. Windows color (decimal): -14658727 or 5853984. OLE color: 5853984.

HSL color Cylindrical-coordinate representation of color #205359: hue angle of 186.32º 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 #205359 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 83 89 -
CMYK 0.64 0.07 0 0.65
HSL 186.32º 0.47% 0.24% -
HSV(B) 186.32º 0.64% 0.35% -
XYZ 5.49 7.21 10.55 -
YUV 68.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 32 83 89 0.64 0.07 0 0.65 186.32 0.47 0.24
Hex 20 53 59 40 7 0 41 BA 2F 18
Octal 40 123 131 100 7 0 101 272 57 30
Binary 100000 1010011 1011001 1000000 111 0 1000001 10111010 101111 11000

Color Harmonies of #205359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205359

Black with #205359

Text Example


Text Example

White with #205359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205359; }

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

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

background-color css

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

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

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

border-color css

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

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

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