#25545C

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

Shades of Teal Blue #25545C

Tints of Teal Blue #25545C

Color information

#25545C (or 0x25545C) is unknown color: approx Teal Blue. HEX triplet: 25, 54 and 5C. RGB value is (37,84,92). Sum of RGB (Red+Green+Blue) = 37+84+92=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #25545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25545C is #DAABA3. Grayscale: #464646. Windows color (decimal): -14330788 or 6050853. OLE color: 6050853.

HSL color Cylindrical-coordinate representation of color #25545C: hue angle of 188.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25545C is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB378492-
CMYK0.600.0900.64
HSL188.73º42.64%25.29%-
HSV(B)188.73º59.78%36.08%-
XYZ5.877.5111.27-
YUV70.86139.93103.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=17.37%
G=39.44%
B=43.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3784920.600.0900.64188.7342.6425.29
Hex25545C3C9040bd2b19
Octal45124134741101002755331
Binary100101101010010111001111001001010000001011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,84,92); }

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

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

 a { background-color: rgb(37,84,92); }

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

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

 span { border-color: rgb(37,84,92); }

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