#28525C

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

Shades of Teal Blue #28525C

Tints of Teal Blue #28525C

Color information

#28525C (or 0x28525C) is unknown color: approx Teal Blue. HEX triplet: 28, 52 and 5C. RGB value is (40,82,92). Sum of RGB (Red+Green+Blue) = 40+82+92=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #28525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525C is #D7ADA3. Grayscale: #464646. Windows color (decimal): -14134692 or 6050344. OLE color: 6050344.

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

Color convert

RGB408292-
CMYK0.570.1100.64
HSL191.54º39.39%25.88%-
HSV(B)191.54º56.52%36.08%-
XYZ5.827.2611.22-
YUV70.58140.09106.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=18.69%
G=38.32%
B=42.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4082920.570.1100.64191.5439.3925.88
Hex28525C39B040c0271a
Octal50122134711301003004732
Binary101000101001010111001110011011010000001100000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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