#254854

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

Shades of Teal Blue #254854

Tints of Teal Blue #254854

Color information

#254854 (or 0x254854) is unknown color: approx Teal Blue. HEX triplet: 25, 48 and 54. RGB value is (37,72,84). Sum of RGB (Red+Green+Blue) = 37+72+84=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #254854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254854 is #DAB7AB. Grayscale: #3E3E3E. Windows color (decimal): -14333868 or 5523493. OLE color: 5523493.

HSL color Cylindrical-coordinate representation of color #254854: hue angle of 195.32º 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 #254854 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB377284-
CMYK0.560.1400.67
HSL195.32º38.84%23.73%-
HSV(B)195.32º55.95%32.94%-
XYZ4.685.679.23-
YUV62.9139.9109.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=19.17%
G=37.31%
B=43.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3772840.560.1400.67195.3238.8423.73
Hex25485438E043c32718
Octal45110124701601033034730
Binary100101100100010101001110001110010000111100001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254854; }

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

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

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

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

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

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

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

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