#25565D

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

Shades of Teal Blue #25565D

Tints of Teal Blue #25565D

Color information

#25565D (or 0x25565D) is unknown color: approx Teal Blue. HEX triplet: 25, 56 and 5D. RGB value is (37,86,93). Sum of RGB (Red+Green+Blue) = 37+86+93=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #25565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25565D is #DAA9A2. Grayscale: #484848. Windows color (decimal): -14330275 or 6116901. OLE color: 6116901.

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

Color convert

RGB378693-
CMYK0.600.0800.64
HSL187.5º43.08%25.49%-
HSV(B)187.5º60.22%36.47%-
XYZ6.077.8411.55-
YUV72.15139.77102.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=17.13%
G=39.81%
B=43.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3786930.600.0800.64187.543.0825.49
Hex25565D3C8040bc2b19
Octal45126135741001002745331
Binary100101101011010111011111001000010000001011110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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