#254954

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

Shades of Teal Blue #254954

Tints of Teal Blue #254954

Color information

#254954 (or 0x254954) is unknown color: approx Teal Blue. HEX triplet: 25, 49 and 54. RGB value is (37,73,84). Sum of RGB (Red+Green+Blue) = 37+73+84=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #254954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254954 is #DAB6AB. Grayscale: #3F3F3F. Windows color (decimal): -14333612 or 5523749. OLE color: 5523749.

HSL color Cylindrical-coordinate representation of color #254954: hue angle of 194.04º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254954 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB377384-
CMYK0.560.1300.67
HSL194.04º38.84%23.73%-
HSV(B)194.04º55.95%32.94%-
XYZ4.755.89.26-
YUV63.49139.57109.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=19.07%
G=37.63%
B=43.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3773840.560.1300.67194.0438.8423.73
Hex25495438D043c22718
Octal45111124701501033024730
Binary100101100100110101001110001101010000111100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254954; }

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

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

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

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

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

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

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

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