#284A54

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

Shades of Teal Blue #284A54

Tints of Teal Blue #284A54

Color information

#284A54 (or 0x284A54) is unknown color: approx Teal Blue. HEX triplet: 28, 4A and 54. RGB value is (40,74,84). Sum of RGB (Red+Green+Blue) = 40+74+84=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #284A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A54 is #D7B5AB. Grayscale: #404040. Windows color (decimal): -14136748 or 5524008. OLE color: 5524008.

HSL color Cylindrical-coordinate representation of color #284A54: hue angle of 193.64º 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 #284A54 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB407484-
CMYK0.520.1200.67
HSL193.64º35.48%24.31%-
HSV(B)193.64º52.38%32.94%-
XYZ4.925.999.28-
YUV64.97138.74110.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=20.20%
G=37.37%
B=42.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4074840.520.1200.67193.6435.4824.31
Hex284A5434C043c22318
Octal50112124641401033024330
Binary101000100101010101001101001100010000111100001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284A54; }

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

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

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

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

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

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

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

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