#254A54

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

Shades of Teal Blue #254A54

Tints of Teal Blue #254A54

Color information

#254A54 (or 0x254A54) is unknown color: approx Teal Blue. HEX triplet: 25, 4A and 54. RGB value is (37,74,84). Sum of RGB (Red+Green+Blue) = 37+74+84=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #254A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A54 is #DAB5AB. Grayscale: #404040. Windows color (decimal): -14333356 or 5524005. OLE color: 5524005.

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

Color convert

RGB377484-
CMYK0.560.1200.67
HSL192.77º38.84%23.73%-
HSV(B)192.77º55.95%32.94%-
XYZ4.815.939.28-
YUV64.08139.24108.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=18.97%
G=37.95%
B=43.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3774840.560.1200.67192.7738.8423.73
Hex254A5438C043c12718
Octal45112124701401033014730
Binary100101100101010101001110001100010000111100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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