#25575F

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

Shades of Teal Blue #25575F

Tints of Teal Blue #25575F

Color information

#25575F (or 0x25575F) is unknown color: approx Teal Blue. HEX triplet: 25, 57 and 5F. RGB value is (37,87,95). Sum of RGB (Red+Green+Blue) = 37+87+95=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #25575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25575F is #DAA8A0. Grayscale: #484848. Windows color (decimal): -14330017 or 6248229. OLE color: 6248229.

HSL color Cylindrical-coordinate representation of color #25575F: hue angle of 188.28º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25575F is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB378795-
CMYK0.610.0800.63
HSL188.28º43.94%25.88%-
HSV(B)188.28º61.05%37.25%-
XYZ6.248.0412.05-
YUV72.96140.44102.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=16.89%
G=39.73%
B=43.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3787950.610.0800.63188.2843.9425.88
Hex25575F3D803Fbc2c1a
Octal4512713775100772745432
Binary10010110101111011111111101100001111111011110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25575F; }

 p { color: rgb(37,87,95); }

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

<style>
 a { background-color: #25575F; }

 a { background-color: rgb(37,87,95); }

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

<style>
 span { border-color: #25575F; }

 span { border-color: rgb(37,87,95); }

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