#254E54

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

Shades of Teal Blue #254E54

Tints of Teal Blue #254E54

Color information

#254E54 (or 0x254E54) is unknown color: approx Teal Blue. HEX triplet: 25, 4E and 54. RGB value is (37,78,84). Sum of RGB (Red+Green+Blue) = 37+78+84=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #254E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E54 is #DAB1AB. Grayscale: #424242. Windows color (decimal): -14332332 or 5525029. OLE color: 5525029.

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

Color convert

RGB377884-
CMYK0.560.0700.67
HSL187.66º38.84%23.73%-
HSV(B)187.66º55.95%32.94%-
XYZ5.096.489.37-
YUV66.42137.92107.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=18.59%
G=39.20%
B=42.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3778840.560.0700.67187.6638.8423.73
Hex254E54387043bc2718
Octal4511612470701032744730
Binary10010110011101010100111000111010000111011110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,78,84); }

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

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

 a { background-color: rgb(37,78,84); }

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

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

 span { border-color: rgb(37,78,84); }

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