#2A4E56

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

Shades of Teal Blue #2A4E56

Tints of Teal Blue #2A4E56

Color information

#2A4E56 (or 0x2A4E56) is unknown color: approx Teal Blue. HEX triplet: 2A, 4E and 56. RGB value is (42,78,86). Sum of RGB (Red+Green+Blue) = 42+78+86=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A4E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4E56 is #D5B1A9. Grayscale: #444444. Windows color (decimal): -14004650 or 5656106. OLE color: 5656106.

HSL color Cylindrical-coordinate representation of color #2A4E56: hue angle of 190.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4E56 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB427886-
CMYK0.510.0900.66
HSL190.91º34.38%25.1%-
HSV(B)190.91º51.16%33.73%-
XYZ5.366.619.8-
YUV68.15138.07109.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=20.39%
G=37.86%
B=41.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4278860.510.0900.66190.9134.3825.1
Hex2A4E56339042bf2219
Octal52116126631101022774231
Binary101010100111010101101100111001010000101011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,86); }

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

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

 a { background-color: rgb(42,78,86); }

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

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

 span { border-color: rgb(42,78,86); }

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