#2A4D54

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

Shades of Teal Blue #2A4D54

Tints of Teal Blue #2A4D54

Color information

#2A4D54 (or 0x2A4D54) is unknown color: approx Teal Blue. HEX triplet: 2A, 4D and 54. RGB value is (42,77,84). Sum of RGB (Red+Green+Blue) = 42+77+84=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A4D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4D54 is #D5B2AB. Grayscale: #434343. Windows color (decimal): -14004908 or 5524778. OLE color: 5524778.

HSL color Cylindrical-coordinate representation of color #2A4D54: hue angle of 190º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A4D54 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB427784-
CMYK0.50.0800.67
HSL190º33.33%24.71%-
HSV(B)190º50%32.94%-
XYZ5.216.449.36-
YUV67.33137.4109.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=20.69%
G=37.93%
B=41.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4277840.50.0800.6719033.3324.71
Hex2A4D54328043be2119
Octal52115124621001032764131
Binary101010100110110101001100101000010000111011111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,77,84); }

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

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

 a { background-color: rgb(42,77,84); }

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

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

 span { border-color: rgb(42,77,84); }

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