#254752

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

Shades of Teal Blue #254752

Tints of Teal Blue #254752

Color information

#254752 (or 0x254752) is unknown color: approx Teal Blue. HEX triplet: 25, 47 and 52. RGB value is (37,71,82). Sum of RGB (Red+Green+Blue) = 37+71+82=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #254752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254752 is #DAB8AD. Grayscale: #3E3E3E. Windows color (decimal): -14334126 or 5392165. OLE color: 5392165.

HSL color Cylindrical-coordinate representation of color #254752: hue angle of 194.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254752 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB377182-
CMYK0.550.1300.68
HSL194.67º37.82%23.33%-
HSV(B)194.67º54.88%32.16%-
XYZ4.545.518.81-
YUV62.09139.24110.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=19.47%
G=37.37%
B=43.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3771820.550.1300.68194.6737.8223.33
Hex25475237D044c32617
Octal45107122671501043034627
Binary100101100011110100101101111101010001001100001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254752; }

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

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

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

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

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

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

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

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