#2A4A50

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

Shades of Teal Blue #2A4A50

Tints of Teal Blue #2A4A50

Color information

#2A4A50 (or 0x2A4A50) is unknown color: approx Teal Blue. HEX triplet: 2A, 4A and 50. RGB value is (42,74,80). Sum of RGB (Red+Green+Blue) = 42+74+80=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A4A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4A50 is #D5B5AF. Grayscale: #414141. Windows color (decimal): -14005680 or 5261866. OLE color: 5261866.

HSL color Cylindrical-coordinate representation of color #2A4A50: hue angle of 189.47º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4A50 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB427480-
CMYK0.480.0800.69
HSL189.47º31.15%23.92%-
HSV(B)189.47º47.5%31.37%-
XYZ4.855.978.49-
YUV65.12136.4111.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=21.43%
G=37.76%
B=40.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4274800.480.0800.69189.4731.1523.92
Hex2A4A50308045bd1f18
Octal52112120601001052753730
Binary10101010010101010000110000100001000101101111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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