#204F58

Color #204F58 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #204F58

Tints of Teal Blue #204F58

Color information

#204F58 (or 0x204F58) is unknown color: approx Teal Blue. HEX triplet: 20, 4F and 58. RGB value is (32,79,88). Sum of RGB (Red+Green+Blue) = 32+79+88=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #204F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F58 is #DFB0A7. Grayscale: #414141. Windows color (decimal): -14659752 or 5787424. OLE color: 5787424.

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

Color convert

RGB327988-
CMYK0.640.1000.65
HSL189.64º46.67%23.53%-
HSV(B)189.64º63.64%34.51%-
XYZ5.156.610.24-
YUV65.97140.43103.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=16.08%
G=39.70%
B=44.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3279880.640.1000.65189.6446.6723.53
Hex204F5840A041be2f18
Octal401171301001201012765730
Binary1000001001111101100010000001010010000011011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204F58; }

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

 H1.HeaderClassName
 {
   color: #204F58;
 }
 .AnyTagClassName
 {
   color: #204F58;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #204F58;
 }
 .BgClassName
 {
   background-color: #204F58;
 }
</style>
border-color css

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

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

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