#254D5B

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

Shades of Teal Blue #254D5B

Tints of Teal Blue #254D5B

Color information

#254D5B (or 0x254D5B) is unknown color: approx Teal Blue. HEX triplet: 25, 4D and 5B. RGB value is (37,77,91). Sum of RGB (Red+Green+Blue) = 37+77+91=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #254D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D5B is #DAB2A4. Grayscale: #424242. Windows color (decimal): -14332581 or 5983525. OLE color: 5983525.

HSL color Cylindrical-coordinate representation of color #254D5B: hue angle of 195.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #254D5B is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377791-
CMYK0.590.1500.64
HSL195.56º42.19%25.1%-
HSV(B)195.56º59.34%35.69%-
XYZ5.316.4610.86-
YUV66.64141.75106.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=18.05%
G=37.56%
B=44.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3777910.590.1500.64195.5642.1925.1
Hex254D5B3BF040c42a19
Octal45115133731701003045231
Binary100101100110110110111110111111010000001100010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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