#284957

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

Shades of Teal Blue #284957

Tints of Teal Blue #284957

Color information

#284957 (or 0x284957) is unknown color: approx Teal Blue. HEX triplet: 28, 49 and 57. RGB value is (40,73,87). Sum of RGB (Red+Green+Blue) = 40+73+87=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #284957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284957 is #D7B6A8. Grayscale: #404040. Windows color (decimal): -14137001 or 5720360. OLE color: 5720360.

HSL color Cylindrical-coordinate representation of color #284957: hue angle of 197.87º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284957 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB407387-
CMYK0.540.1600.66
HSL197.87º37.01%24.9%-
HSV(B)197.87º54.02%34.12%-
XYZ4.985.99.89-
YUV64.73140.57110.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=20%
G=36.5%
B=43.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4073870.540.1600.66197.8737.0124.9
Hex2849573610042c62519
Octal50111127662001023064531
Binary1010001001001101011111011010000010000101100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284957; }

 p { color: rgb(40,73,87); }

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

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

 a { background-color: rgb(40,73,87); }

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

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

 span { border-color: rgb(40,73,87); }

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