#254654

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

Shades of Teal Blue #254654

Tints of Teal Blue #254654

Color information

#254654 (or 0x254654) is unknown color: approx Teal Blue. HEX triplet: 25, 46 and 54. RGB value is (37,70,84). Sum of RGB (Red+Green+Blue) = 37+70+84=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #254654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254654 is #DAB9AB. Grayscale: #3D3D3D. Windows color (decimal): -14334380 or 5522981. OLE color: 5522981.

HSL color Cylindrical-coordinate representation of color #254654: hue angle of 197.87º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254654 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB377084-
CMYK0.560.1700.67
HSL197.87º38.84%23.73%-
HSV(B)197.87º55.95%32.94%-
XYZ4.555.419.19-
YUV61.73140.57110.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=19.37%
G=36.65%
B=43.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3770840.560.1700.67197.8738.8423.73
Hex2546543811043c62718
Octal45106124702101033064730
Binary1001011000110101010011100010001010000111100011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254654; }

 p { color: rgb(37,70,84); }

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

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

 a { background-color: rgb(37,70,84); }

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

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

 span { border-color: rgb(37,70,84); }

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