#284954

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

Shades of Teal Blue #284954

Tints of Teal Blue #284954

Color information

#284954 (or 0x284954) is unknown color: approx Teal Blue. HEX triplet: 28, 49 and 54. RGB value is (40,73,84). Sum of RGB (Red+Green+Blue) = 40+73+84=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #284954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284954 is #D7B6AB. Grayscale: #404040. Windows color (decimal): -14137004 or 5523752. OLE color: 5523752.

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

Color convert

RGB407384-
CMYK0.520.1300.67
HSL195º35.48%24.31%-
HSV(B)195º52.38%32.94%-
XYZ4.865.869.26-
YUV64.39139.07110.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=20.30%
G=37.06%
B=42.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4073840.520.1300.6719535.4824.31
Hex28495434D043c32318
Octal50111124641501033034330
Binary101000100100110101001101001101010000111100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284954; }

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

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

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

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

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

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

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

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