#254A52

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

Shades of Teal Blue #254A52

Tints of Teal Blue #254A52

Color information

#254A52 (or 0x254A52) is unknown color: approx Teal Blue. HEX triplet: 25, 4A and 52. RGB value is (37,74,82). Sum of RGB (Red+Green+Blue) = 37+74+82=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #254A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A52 is #DAB5AD. Grayscale: #3F3F3F. Windows color (decimal): -14333358 or 5392933. OLE color: 5392933.

HSL color Cylindrical-coordinate representation of color #254A52: hue angle of 190.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254A52 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB377482-
CMYK0.550.1000.68
HSL190.67º37.82%23.33%-
HSV(B)190.67º54.88%32.16%-
XYZ4.735.98.87-
YUV63.85138.24108.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=19.17%
G=38.34%
B=42.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3774820.550.1000.68190.6737.8223.33
Hex254A5237A044bf2617
Octal45112122671201042774627
Binary100101100101010100101101111010010001001011111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A52; }

 p { color: rgb(37,74,82); }

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

<style>
 a { background-color: #254A52; }

 a { background-color: rgb(37,74,82); }

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

<style>
 span { border-color: #254A52; }

 span { border-color: rgb(37,74,82); }

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