#254956

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

Shades of Teal Blue #254956

Tints of Teal Blue #254956

Color information

#254956 (or 0x254956) is unknown color: approx Teal Blue. HEX triplet: 25, 49 and 56. RGB value is (37,73,86). Sum of RGB (Red+Green+Blue) = 37+73+86=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #254956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254956 is #DAB6A9. Grayscale: #3F3F3F. Windows color (decimal): -14333610 or 5654821. OLE color: 5654821.

HSL color Cylindrical-coordinate representation of color #254956: hue angle of 195.92º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254956 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB377386-
CMYK0.570.1500.66
HSL195.92º39.84%24.12%-
HSV(B)195.92º56.98%33.73%-
XYZ4.835.839.68-
YUV63.72140.57108.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=18.88%
G=37.24%
B=43.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3773860.570.1500.66195.9239.8424.12
Hex25495639F042c42818
Octal45111126711701023045030
Binary100101100100110101101110011111010000101100010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254956; }

 p { color: rgb(37,73,86); }

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

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

 a { background-color: rgb(37,73,86); }

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

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

 span { border-color: rgb(37,73,86); }

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