#254B59

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

Shades of Teal Blue #254B59

Tints of Teal Blue #254B59

Color information

#254B59 (or 0x254B59) is unknown color: approx Teal Blue. HEX triplet: 25, 4B and 59. RGB value is (37,75,89). Sum of RGB (Red+Green+Blue) = 37+75+89=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #254B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B59 is #DAB4A6. Grayscale: #414141. Windows color (decimal): -14333095 or 5851941. OLE color: 5851941.

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

Color convert

RGB377589-
CMYK0.580.1600.65
HSL196.15º41.27%24.71%-
HSV(B)196.15º58.43%34.9%-
XYZ5.086.1510.37-
YUV65.23141.41107.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=18.41%
G=37.31%
B=44.28%

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
Decimal3775890.580.1600.65196.1541.2724.71
Hex254B593A10041c42919
Octal45113131722001013045131
Binary1001011001011101100111101010000010000011100010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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