#254855

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

Shades of Teal Blue #254855

Tints of Teal Blue #254855

Color information

#254855 (or 0x254855) is unknown color: approx Teal Blue. HEX triplet: 25, 48 and 55. RGB value is (37,72,85). Sum of RGB (Red+Green+Blue) = 37+72+85=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #254855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254855 is #DAB7AA. Grayscale: #3E3E3E. Windows color (decimal): -14333867 or 5589029. OLE color: 5589029.

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

Color convert

RGB377285-
CMYK0.560.1500.67
HSL196.25º39.34%23.92%-
HSV(B)196.25º56.47%33.33%-
XYZ4.725.689.44-
YUV63.02140.4109.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=19.07%
G=37.11%
B=43.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3772850.560.1500.67196.2539.3423.92
Hex25485538F043c42718
Octal45110125701701033044730
Binary100101100100010101011110001111010000111100010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254855; }

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

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

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

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

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

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

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

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