#25555D

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

Shades of Teal Blue #25555D

Tints of Teal Blue #25555D

Color information

#25555D (or 0x25555D) is unknown color: approx Teal Blue. HEX triplet: 25, 55 and 5D. RGB value is (37,85,93). Sum of RGB (Red+Green+Blue) = 37+85+93=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #25555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25555D is #DAAAA2. Grayscale: #474747. Windows color (decimal): -14330531 or 6116645. OLE color: 6116645.

HSL color Cylindrical-coordinate representation of color #25555D: hue angle of 188.57º 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 #25555D is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB378593-
CMYK0.600.0900.64
HSL188.57º43.08%25.49%-
HSV(B)188.57º60.22%36.47%-
XYZ5.997.6811.52-
YUV71.56140.1103.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=17.21%
G=39.53%
B=43.26%

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
Decimal3785930.600.0900.64188.5743.0825.49
Hex25555D3C9040bd2b19
Octal45125135741101002755331
Binary100101101010110111011111001001010000001011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,85,93); }

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

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

 a { background-color: rgb(37,85,93); }

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

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

 span { border-color: rgb(37,85,93); }

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