#254B54

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

Shades of Teal Blue #254B54

Tints of Teal Blue #254B54

Color information

#254B54 (or 0x254B54) is unknown color: approx Teal Blue. HEX triplet: 25, 4B and 54. RGB value is (37,75,84). Sum of RGB (Red+Green+Blue) = 37+75+84=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #254B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B54 is #DAB4AB. Grayscale: #404040. Windows color (decimal): -14333100 or 5524261. OLE color: 5524261.

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

Color convert

RGB377584-
CMYK0.560.1100.67
HSL191.49º38.84%23.73%-
HSV(B)191.49º55.95%32.94%-
XYZ4.886.079.3-
YUV64.66138.91108.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=18.88%
G=38.27%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3775840.560.1100.67191.4938.8423.73
Hex254B5438B043bf2718
Octal45113124701301032774730
Binary100101100101110101001110001011010000111011111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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