#254D53

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

Shades of Teal Blue #254D53

Tints of Teal Blue #254D53

Color information

#254D53 (or 0x254D53) is unknown color: approx Teal Blue. HEX triplet: 25, 4D and 53. RGB value is (37,77,83). Sum of RGB (Red+Green+Blue) = 37+77+83=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #254D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D53 is #DAB2AC. Grayscale: #414141. Windows color (decimal): -14332589 or 5459237. OLE color: 5459237.

HSL color Cylindrical-coordinate representation of color #254D53: hue angle of 187.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254D53 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB377783-
CMYK0.550.0700.67
HSL187.83º38.33%23.53%-
HSV(B)187.83º55.42%32.55%-
XYZ4.986.339.14-
YUV65.72137.75107.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=18.78%
G=39.09%
B=42.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3777830.550.0700.67187.8338.3323.53
Hex254D53377043bc2618
Octal4511512367701032744630
Binary10010110011011010011110111111010000111011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254D53; }

 p { color: rgb(37,77,83); }

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

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

 a { background-color: rgb(37,77,83); }

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

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

 span { border-color: rgb(37,77,83); }

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