#25474D

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

Shades of Teal Blue #25474D

Tints of Teal Blue #25474D

Color information

#25474D (or 0x25474D) is unknown color: approx Teal Blue. HEX triplet: 25, 47 and 4D. RGB value is (37,71,77). Sum of RGB (Red+Green+Blue) = 37+71+77=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #25474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25474D is #DAB8B2. Grayscale: #3D3D3D. Windows color (decimal): -14334131 or 5064485. OLE color: 5064485.

HSL color Cylindrical-coordinate representation of color #25474D: hue angle of 189º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25474D is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB377177-
CMYK0.520.0800.70
HSL189º35.09%22.35%-
HSV(B)189º51.95%30.2%-
XYZ4.365.447.84-
YUV61.52136.74110.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=20%
G=38.38%
B=41.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3771770.520.0800.7018935.0922.35
Hex25474D348046bd2316
Octal45107115641001062754326
Binary100101100011110011011101001000010001101011110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25474D; }

 p { color: rgb(37,71,77); }

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

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

 a { background-color: rgb(37,71,77); }

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

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

 span { border-color: rgb(37,71,77); }

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