#254753

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

Shades of Teal Blue #254753

Tints of Teal Blue #254753

Color information

#254753 (or 0x254753) is unknown color: approx Teal Blue. HEX triplet: 25, 47 and 53. RGB value is (37,71,83). Sum of RGB (Red+Green+Blue) = 37+71+83=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #254753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254753 is #DAB8AC. Grayscale: #3E3E3E. Windows color (decimal): -14334125 or 5457701. OLE color: 5457701.

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

Color convert

RGB377183-
CMYK0.550.1400.67
HSL195.65º38.33%23.53%-
HSV(B)195.65º55.42%32.55%-
XYZ4.585.529.01-
YUV62.2139.74110.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=19.37%
G=37.17%
B=43.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3771830.550.1400.67195.6538.3323.53
Hex25475337E043c42618
Octal45107123671601033044630
Binary100101100011110100111101111110010000111100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254753; }

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

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

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

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

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

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

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

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