Html Css Color HEX #205259 Teal Blue

📋 copy color: '#205259'

red 32 ◦ green 82 ◦ blue 89

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

Shades of Teal Blue #205259

Tints of Teal Blue #205259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 15.76%
G = 40.39%
B = 43.84%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#205259 (or 0x205259) is known color: Teal Blue. HEX triplet: 20, 52 and 59. RGB value is (32,82,89). Sum of RGB (Red+Green+Blue) = 32+82+89=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #205259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205259 is #DFADA6. Grayscale: #434343. Windows color (decimal): -14658983 or 5853728. OLE color: 5853728.

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

Color convert

RGB 32 82 89 -
CMYK 0.64 0.08 0 0.65
HSL 187.37º 0.47% 0.24% -
HSV(B) 187.37º 0.64% 0.35% -
XYZ 5.42 7.06 10.53 -
YUV 67.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 32 82 89 0.64 0.08 0 0.65 187.37 0.47 0.24
Hex 20 52 59 40 8 0 41 BB 2F 18
Octal 40 122 131 100 10 0 101 273 57 30
Binary 100000 1010010 1011001 1000000 1000 0 1000001 10111011 101111 11000

Color Harmonies of #205259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205259

Black with #205259

Text Example


Text Example

White with #205259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205259; }

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

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

background-color css

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

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

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

border-color css

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

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

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