#254B52

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

Shades of Teal Blue #254B52

Tints of Teal Blue #254B52

Color information

#254B52 (or 0x254B52) is unknown color: approx Teal Blue. HEX triplet: 25, 4B and 52. RGB value is (37,75,82). Sum of RGB (Red+Green+Blue) = 37+75+82=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #254B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B52 is #DAB4AD. Grayscale: #404040. Windows color (decimal): -14333102 or 5393189. OLE color: 5393189.

HSL color Cylindrical-coordinate representation of color #254B52: hue angle of 189.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254B52 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB377582-
CMYK0.550.0900.68
HSL189.33º37.82%23.33%-
HSV(B)189.33º54.88%32.16%-
XYZ4.86.038.89-
YUV64.44137.91108.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=19.07%
G=38.66%
B=42.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3775820.550.0900.68189.3337.8223.33
Hex254B52379044bd2617
Octal45113122671101042754627
Binary100101100101110100101101111001010001001011110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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