#254D55

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

Shades of Teal Blue #254D55

Tints of Teal Blue #254D55

Color information

#254D55 (or 0x254D55) is unknown color: approx Teal Blue. HEX triplet: 25, 4D and 55. RGB value is (37,77,85). Sum of RGB (Red+Green+Blue) = 37+77+85=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #254D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D55 is #DAB2AA. Grayscale: #414141. Windows color (decimal): -14332587 or 5590309. OLE color: 5590309.

HSL color Cylindrical-coordinate representation of color #254D55: hue angle of 190º 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 #254D55 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB377785-
CMYK0.560.0900.67
HSL190º39.34%23.92%-
HSV(B)190º56.47%33.33%-
XYZ5.066.369.55-
YUV65.95138.75107.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=18.59%
G=38.69%
B=42.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3777850.560.0900.6719039.3423.92
Hex254D55389043be2718
Octal45115125701101032764730
Binary100101100110110101011110001001010000111011111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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