#28525A

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

Shades of Teal Blue #28525A

Tints of Teal Blue #28525A

Color information

#28525A (or 0x28525A) is unknown color: approx Teal Blue. HEX triplet: 28, 52 and 5A. RGB value is (40,82,90). Sum of RGB (Red+Green+Blue) = 40+82+90=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #28525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525A is #D7ADA5. Grayscale: #464646. Windows color (decimal): -14134694 or 5919272. OLE color: 5919272.

HSL color Cylindrical-coordinate representation of color #28525A: hue angle of 189.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28525A is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408290-
CMYK0.560.0900.65
HSL189.6º38.46%25.49%-
HSV(B)189.6º55.56%35.29%-
XYZ5.747.2210.76-
YUV70.35139.09106.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=18.87%
G=38.68%
B=42.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4082900.560.0900.65189.638.4625.49
Hex28525A389041be2619
Octal50122132701101012764631
Binary101000101001010110101110001001010000011011111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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