#28555C

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

Shades of Teal Blue #28555C

Tints of Teal Blue #28555C

Color information

#28555C (or 0x28555C) is unknown color: approx Teal Blue. HEX triplet: 28, 55 and 5C. RGB value is (40,85,92). Sum of RGB (Red+Green+Blue) = 40+85+92=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #28555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28555C is #D7AAA3. Grayscale: #484848. Windows color (decimal): -14133924 or 6051112. OLE color: 6051112.

HSL color Cylindrical-coordinate representation of color #28555C: hue angle of 188.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28555C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB408592-
CMYK0.570.0800.64
HSL188.08º39.39%25.88%-
HSV(B)188.08º56.52%36.08%-
XYZ6.067.7211.3-
YUV72.34139.09104.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=18.43%
G=39.17%
B=42.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4085920.570.0800.64188.0839.3925.88
Hex28555C398040bc271a
Octal50125134711001002744732
Binary101000101010110111001110011000010000001011110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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