#25464B

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

Shades of Teal Blue #25464B

Tints of Teal Blue #25464B

Color information

#25464B (or 0x25464B) is unknown color: approx Teal Blue. HEX triplet: 25, 46 and 4B. RGB value is (37,70,75). Sum of RGB (Red+Green+Blue) = 37+70+75=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #25464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25464B is #DAB9B4. Grayscale: #3C3C3C. Windows color (decimal): -14334389 or 4933157. OLE color: 4933157.

HSL color Cylindrical-coordinate representation of color #25464B: hue angle of 187.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25464B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB377075-
CMYK0.510.0700.71
HSL187.89º33.93%21.96%-
HSV(B)187.89º50.67%29.41%-
XYZ4.225.287.45-
YUV60.7136.07111.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=20.33%
G=38.46%
B=41.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3770750.510.0700.71187.8933.9321.96
Hex25464B337047bc2216
Octal4510611363701072744226
Binary10010110001101001011110011111010001111011110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25464B; }

 p { color: rgb(37,70,75); }

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

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

 a { background-color: rgb(37,70,75); }

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

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

 span { border-color: rgb(37,70,75); }

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