#25484F

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

Shades of Teal Blue #25484F

Tints of Teal Blue #25484F

Color information

#25484F (or 0x25484F) is unknown color: approx Teal Blue. HEX triplet: 25, 48 and 4F. RGB value is (37,72,79). Sum of RGB (Red+Green+Blue) = 37+72+79=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #25484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25484F is #DAB7B0. Grayscale: #3E3E3E. Windows color (decimal): -14333873 or 5195813. OLE color: 5195813.

HSL color Cylindrical-coordinate representation of color #25484F: hue angle of 190º 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 #25484F is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB377279-
CMYK0.530.0900.69
HSL190º36.21%22.75%-
HSV(B)190º53.16%30.98%-
XYZ4.495.598.24-
YUV62.33137.4109.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=19.68%
G=38.30%
B=42.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3772790.530.0900.6919036.2122.75
Hex25484F359045be2417
Octal45110117651101052764427
Binary100101100100010011111101011001010001011011111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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