#254857

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

Shades of Teal Blue #254857

Tints of Teal Blue #254857

Color information

#254857 (or 0x254857) is unknown color: approx Teal Blue. HEX triplet: 25, 48 and 57. RGB value is (37,72,87). Sum of RGB (Red+Green+Blue) = 37+72+87=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #254857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254857 is #DAB7A8. Grayscale: #3F3F3F. Windows color (decimal): -14333865 or 5720101. OLE color: 5720101.

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

Color convert

RGB377287-
CMYK0.570.1700.66
HSL198º40.32%24.31%-
HSV(B)198º57.47%34.12%-
XYZ4.85.729.87-
YUV63.24141.4109.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=18.88%
G=36.73%
B=44.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3772870.570.1700.6619840.3224.31
Hex2548573911042c62818
Octal45110127712101023065030
Binary1001011001000101011111100110001010000101100011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254857; }

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

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

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

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

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

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

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

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