#254755

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

Shades of Teal Blue #254755

Tints of Teal Blue #254755

Color information

#254755 (or 0x254755) is unknown color: approx Teal Blue. HEX triplet: 25, 47 and 55. RGB value is (37,71,85). Sum of RGB (Red+Green+Blue) = 37+71+85=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #254755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254755 is #DAB8AA. Grayscale: #3E3E3E. Windows color (decimal): -14334123 or 5588773. OLE color: 5588773.

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

Color convert

RGB377185-
CMYK0.560.1600.67
HSL197.5º39.34%23.92%-
HSV(B)197.5º56.47%33.33%-
XYZ4.665.569.42-
YUV62.43140.74109.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=19.17%
G=36.79%
B=44.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3771850.560.1600.67197.539.3423.92
Hex2547553810043c62718
Octal45107125702001033064730
Binary1001011000111101010111100010000010000111100011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254755; }

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

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

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

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

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

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

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

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