#254957

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

Shades of Teal Blue #254957

Tints of Teal Blue #254957

Color information

#254957 (or 0x254957) is unknown color: approx Teal Blue. HEX triplet: 25, 49 and 57. RGB value is (37,73,87). Sum of RGB (Red+Green+Blue) = 37+73+87=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #254957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254957 is #DAB6A8. Grayscale: #3F3F3F. Windows color (decimal): -14333609 or 5720357. OLE color: 5720357.

HSL color Cylindrical-coordinate representation of color #254957: hue angle of 196.8º 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 #254957 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB377387-
CMYK0.570.1600.66
HSL196.8º40.32%24.31%-
HSV(B)196.8º57.47%34.12%-
XYZ4.875.859.89-
YUV63.83141.07108.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=18.78%
G=37.06%
B=44.16%

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
Decimal3773870.570.1600.66196.840.3224.31
Hex2549573910042c52818
Octal45111127712001023055030
Binary1001011001001101011111100110000010000101100010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254957; }

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

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

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

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

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

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

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

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