#254D56

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

Shades of Teal Blue #254D56

Tints of Teal Blue #254D56

Color information

#254D56 (or 0x254D56) is unknown color: approx Teal Blue. HEX triplet: 25, 4D and 56. RGB value is (37,77,86). Sum of RGB (Red+Green+Blue) = 37+77+86=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #254D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D56 is #DAB2A9. Grayscale: #414141. Windows color (decimal): -14332586 or 5655845. OLE color: 5655845.

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

Color convert

RGB377786-
CMYK0.570.1000.66
HSL191.02º39.84%24.12%-
HSV(B)191.02º56.98%33.73%-
XYZ5.16.379.77-
YUV66.07139.25107.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 86 (33.98% from 255) = 43%
R=18.5%
G=38.5%
B=43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3777860.570.1000.66191.0239.8424.12
Hex254D5639A042bf2818
Octal45115126711201022775030
Binary100101100110110101101110011010010000101011111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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