#25464C

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

Shades of Teal Blue #25464C

Tints of Teal Blue #25464C

Color information

#25464C (or 0x25464C) is unknown color: approx Teal Blue. HEX triplet: 25, 46 and 4C. RGB value is (37,70,76). Sum of RGB (Red+Green+Blue) = 37+70+76=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #25464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25464C is #DAB9B3. Grayscale: #3C3C3C. Windows color (decimal): -14334388 or 4998693. OLE color: 4998693.

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

Color convert

RGB377076-
CMYK0.510.0800.70
HSL189.23º34.51%22.16%-
HSV(B)189.23º51.32%29.8%-
XYZ4.265.37.64-
YUV60.82136.57111.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=20.22%
G=38.25%
B=41.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3770760.510.0800.70189.2334.5122.16
Hex25464C338046bd2316
Octal45106114631001062754326
Binary100101100011010011001100111000010001101011110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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