#28484D

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

Shades of Teal Blue #28484D

Tints of Teal Blue #28484D

Color information

#28484D (or 0x28484D) is unknown color: approx Teal Blue. HEX triplet: 28, 48 and 4D. RGB value is (40,72,77). Sum of RGB (Red+Green+Blue) = 40+72+77=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #28484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28484D is #D7B7B2. Grayscale: #3E3E3E. Windows color (decimal): -14137267 or 5064744. OLE color: 5064744.

HSL color Cylindrical-coordinate representation of color #28484D: hue angle of 188.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28484D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB407277-
CMYK0.480.0600.70
HSL188.11º31.62%22.94%-
HSV(B)188.11º48.05%30.2%-
XYZ4.535.627.87-
YUV63135.9111.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=21.16%
G=38.10%
B=40.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4072770.480.0600.70188.1131.6222.94
Hex28484D306046bc2017
Octal5011011560601062744027
Binary10100010010001001101110000110010001101011110010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28484D; }

 p { color: rgb(40,72,77); }

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

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

 a { background-color: rgb(40,72,77); }

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

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

 span { border-color: rgb(40,72,77); }

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