#254B53

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

Shades of Teal Blue #254B53

Tints of Teal Blue #254B53

Color information

#254B53 (or 0x254B53) is unknown color: approx Teal Blue. HEX triplet: 25, 4B and 53. RGB value is (37,75,83). Sum of RGB (Red+Green+Blue) = 37+75+83=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #254B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B53 is #DAB4AC. Grayscale: #404040. Windows color (decimal): -14333101 or 5458725. OLE color: 5458725.

HSL color Cylindrical-coordinate representation of color #254B53: hue angle of 190.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254B53 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB377583-
CMYK0.550.1000.67
HSL190.43º38.33%23.53%-
HSV(B)190.43º55.42%32.55%-
XYZ4.846.059.1-
YUV64.55138.41108.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=18.97%
G=38.46%
B=42.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3775830.550.1000.67190.4338.3323.53
Hex254B5337A043be2618
Octal45113123671201032764630
Binary100101100101110100111101111010010000111011111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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