#254B5A

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

Shades of Teal Blue #254B5A

Tints of Teal Blue #254B5A

Color information

#254B5A (or 0x254B5A) is unknown color: approx Teal Blue. HEX triplet: 25, 4B and 5A. RGB value is (37,75,90). Sum of RGB (Red+Green+Blue) = 37+75+90=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #254B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B5A is #DAB4A5. Grayscale: #414141. Windows color (decimal): -14333094 or 5917477. OLE color: 5917477.

HSL color Cylindrical-coordinate representation of color #254B5A: hue angle of 196.98º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #254B5A is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB377590-
CMYK0.590.1700.65
HSL196.98º41.73%24.9%-
HSV(B)196.98º58.89%35.29%-
XYZ5.126.1610.59-
YUV65.35141.91107.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=18.32%
G=37.13%
B=44.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3775900.590.1700.65196.9841.7324.9
Hex254B5A3B11041c52a19
Octal45113132732101013055231
Binary1001011001011101101011101110001010000011100010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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