#28555e

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

Shades of Teal Blue #28555E

Tints of Teal Blue #28555E

Color information

#28555E (or 0x28555E) is unknown color: approx Teal Blue. HEX triplet: 28, 55 and 5E. RGB value is (40,85,94). Sum of RGB (Red+Green+Blue) = 40+85+94=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #28555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28555E is #D7AAA1. Grayscale: #484848. Windows color (decimal): -14133922 or 6182184. OLE color: 6182184.

HSL color Cylindrical-coordinate representation of color #28555E: hue angle of 190º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28555E is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB408594-
CMYK0.570.1000.63
HSL190º40.3%26.27%-
HSV(B)190º57.45%36.86%-
XYZ6.147.7611.76-
YUV72.57140.09104.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=18.26%
G=38.81%
B=42.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4085940.570.1000.6319040.326.27
Hex28555E39A03Fbe281a
Octal5012513671120772765032
Binary10100010101011011110111001101001111111011111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28555e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28555e; }

 p { color: rgb(40,85,94); }

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

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

 a { background-color: rgb(40,85,94); }

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

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

 span { border-color: rgb(40,85,94); }

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