#254E56

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

Shades of Teal Blue #254E56

Tints of Teal Blue #254E56

Color information

#254E56 (or 0x254E56) is unknown color: approx Teal Blue. HEX triplet: 25, 4E and 56. RGB value is (37,78,86). Sum of RGB (Red+Green+Blue) = 37+78+86=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #254E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E56 is #DAB1A9. Grayscale: #424242. Windows color (decimal): -14332330 or 5656101. OLE color: 5656101.

HSL color Cylindrical-coordinate representation of color #254E56: hue angle of 189.8º 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 #254E56 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB377886-
CMYK0.570.0900.66
HSL189.8º39.84%24.12%-
HSV(B)189.8º56.98%33.73%-
XYZ5.176.519.79-
YUV66.65138.92106.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=18.41%
G=38.81%
B=42.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3778860.570.0900.66189.839.8424.12
Hex254E56399042be2818
Octal45116126711101022765030
Binary100101100111010101101110011001010000101011111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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