#254856

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

Shades of Teal Blue #254856

Tints of Teal Blue #254856

Color information

#254856 (or 0x254856) is unknown color: approx Teal Blue. HEX triplet: 25, 48 and 56. RGB value is (37,72,86). Sum of RGB (Red+Green+Blue) = 37+72+86=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #254856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254856 is #DAB7A9. Grayscale: #3F3F3F. Windows color (decimal): -14333866 or 5654565. OLE color: 5654565.

HSL color Cylindrical-coordinate representation of color #254856: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254856 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB377286-
CMYK0.570.1600.66
HSL197.14º39.84%24.12%-
HSV(B)197.14º56.98%33.73%-
XYZ4.765.79.65-
YUV63.13140.9109.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=18.97%
G=36.92%
B=44.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3772860.570.1600.66197.1439.8424.12
Hex2548563910042c52818
Octal45110126712001023055030
Binary1001011001000101011011100110000010000101100010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254856; }

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

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

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

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

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

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

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

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