#254959

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

Shades of Teal Blue #254959

Tints of Teal Blue #254959

Color information

#254959 (or 0x254959) is unknown color: approx Teal Blue. HEX triplet: 25, 49 and 59. RGB value is (37,73,89). Sum of RGB (Red+Green+Blue) = 37+73+89=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #254959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254959 is #DAB6A6. Grayscale: #3F3F3F. Windows color (decimal): -14333607 or 5851429. OLE color: 5851429.

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

Color convert

RGB377389-
CMYK0.580.1800.65
HSL198.46º41.27%24.71%-
HSV(B)198.46º58.43%34.9%-
XYZ4.955.8810.33-
YUV64.06142.07108.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=18.59%
G=36.68%
B=44.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3773890.580.1800.65198.4641.2724.71
Hex2549593A12041c62919
Octal45111131722201013065131
Binary1001011001001101100111101010010010000011100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254959; }

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

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

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

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

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

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

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

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