#25484E

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

Shades of Teal Blue #25484E

Tints of Teal Blue #25484E

Color information

#25484E (or 0x25484E) is unknown color: approx Teal Blue. HEX triplet: 25, 48 and 4E. RGB value is (37,72,78). Sum of RGB (Red+Green+Blue) = 37+72+78=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #25484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25484E is #DAB7B1. Grayscale: #3E3E3E. Windows color (decimal): -14333874 or 5130277. OLE color: 5130277.

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

Color convert

RGB377278-
CMYK0.530.0800.69
HSL188.78º35.65%22.55%-
HSV(B)188.78º52.56%30.59%-
XYZ4.465.588.05-
YUV62.22136.9110.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=19.79%
G=38.50%
B=41.71%

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
Decimal3772780.530.0800.69188.7835.6522.55
Hex25484E358045bd2417
Octal45110116651001052754427
Binary100101100100010011101101011000010001011011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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