#254A59

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

Shades of Teal Blue #254A59

Tints of Teal Blue #254A59

Color information

#254A59 (or 0x254A59) is unknown color: approx Teal Blue. HEX triplet: 25, 4A and 59. RGB value is (37,74,89). Sum of RGB (Red+Green+Blue) = 37+74+89=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #254A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A59 is #DAB5A6. Grayscale: #404040. Windows color (decimal): -14333351 or 5851685. OLE color: 5851685.

HSL color Cylindrical-coordinate representation of color #254A59: hue angle of 197.31º 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 #254A59 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB377489-
CMYK0.580.1700.65
HSL197.31º41.27%24.71%-
HSV(B)197.31º58.43%34.9%-
XYZ5.016.0110.35-
YUV64.65141.74108.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=18.5%
G=37%
B=44.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3774890.580.1700.65197.3141.2724.71
Hex254A593A11041c52919
Octal45112131722101013055131
Binary1001011001010101100111101010001010000011100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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