#25494F

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

Shades of Teal Blue #25494F

Tints of Teal Blue #25494F

Color information

#25494F (or 0x25494F) is unknown color: approx Teal Blue. HEX triplet: 25, 49 and 4F. RGB value is (37,73,79). Sum of RGB (Red+Green+Blue) = 37+73+79=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #25494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25494F is #DAB6B0. Grayscale: #3E3E3E. Windows color (decimal): -14333617 or 5196069. OLE color: 5196069.

HSL color Cylindrical-coordinate representation of color #25494F: hue angle of 188.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25494F is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB377379-
CMYK0.530.0800.69
HSL188.57º36.21%22.75%-
HSV(B)188.57º53.16%30.98%-
XYZ4.565.728.26-
YUV62.92137.07109.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=19.58%
G=38.62%
B=41.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3773790.530.0800.69188.5736.2122.75
Hex25494F358045bd2417
Octal45111117651001052754427
Binary100101100100110011111101011000010001011011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25494F; }

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

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

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

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

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

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

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

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