#254A58

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

Shades of Teal Blue #254A58

Tints of Teal Blue #254A58

Color information

#254A58 (or 0x254A58) is unknown color: approx Teal Blue. HEX triplet: 25, 4A and 58. RGB value is (37,74,88). Sum of RGB (Red+Green+Blue) = 37+74+88=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #254A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A58 is #DAB5A7. Grayscale: #404040. Windows color (decimal): -14333352 or 5786149. OLE color: 5786149.

HSL color Cylindrical-coordinate representation of color #254A58: hue angle of 196.47º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254A58 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB377488-
CMYK0.580.1600.65
HSL196.47º40.8%24.51%-
HSV(B)196.47º57.95%34.51%-
XYZ4.97610.13-
YUV64.53141.24108.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=18.59%
G=37.19%
B=44.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3774880.580.1600.65196.4740.824.51
Hex254A583A10041c42919
Octal45112130722001013045131
Binary1001011001010101100011101010000010000011100010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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