#2A5059

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

Shades of Teal Blue #2A5059

Tints of Teal Blue #2A5059

Color information

#2A5059 (or 0x2A5059) is unknown color: approx Teal Blue. HEX triplet: 2A, 50 and 59. RGB value is (42,80,89). Sum of RGB (Red+Green+Blue) = 42+80+89=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A5059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5059 is #D5AFA6. Grayscale: #454545. Windows color (decimal): -14004135 or 5853226. OLE color: 5853226.

HSL color Cylindrical-coordinate representation of color #2A5059: hue angle of 191.49º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5059 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB428089-
CMYK0.530.1000.65
HSL191.49º35.88%25.69%-
HSV(B)191.49º52.81%34.9%-
XYZ5.636.9510.5-
YUV69.66138.91108.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=19.91%
G=37.91%
B=42.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4280890.530.1000.65191.4935.8825.69
Hex2A505935A041bf241a
Octal52120131651201012774432
Binary101010101000010110011101011010010000011011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5059; }

 p { color: rgb(42,80,89); }

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

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

 a { background-color: rgb(42,80,89); }

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

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

 span { border-color: rgb(42,80,89); }

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