#28515C

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

Shades of Teal Blue #28515C

Tints of Teal Blue #28515C

Color information

#28515C (or 0x28515C) is unknown color: approx Teal Blue. HEX triplet: 28, 51 and 5C. RGB value is (40,81,92). Sum of RGB (Red+Green+Blue) = 40+81+92=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #28515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28515C is #D7AEA3. Grayscale: #454545. Windows color (decimal): -14134948 or 6050088. OLE color: 6050088.

HSL color Cylindrical-coordinate representation of color #28515C: hue angle of 192.69º 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 #28515C is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB408192-
CMYK0.570.1200.64
HSL192.69º39.39%25.88%-
HSV(B)192.69º56.52%36.08%-
XYZ5.757.1111.19-
YUV70140.42106.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=18.78%
G=38.03%
B=43.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4081920.570.1200.64192.6939.3925.88
Hex28515C39C040c1271a
Octal50121134711401003014732
Binary101000101000110111001110011100010000001100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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