#254D59

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

Shades of Teal Blue #254D59

Tints of Teal Blue #254D59

Color information

#254D59 (or 0x254D59) is unknown color: approx Teal Blue. HEX triplet: 25, 4D and 59. RGB value is (37,77,89). Sum of RGB (Red+Green+Blue) = 37+77+89=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #254D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D59 is #DAB2A6. Grayscale: #424242. Windows color (decimal): -14332583 or 5852453. OLE color: 5852453.

HSL color Cylindrical-coordinate representation of color #254D59: hue angle of 193.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254D59 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB377789-
CMYK0.580.1300.65
HSL193.85º41.27%24.71%-
HSV(B)193.85º58.43%34.9%-
XYZ5.226.4210.42-
YUV66.41140.75107.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=18.23%
G=37.93%
B=43.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3777890.580.1300.65193.8541.2724.71
Hex254D593AD041c22919
Octal45115131721501013025131
Binary100101100110110110011110101101010000011100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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