#28A48E

Color #28A48E Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #28A48E

Tints of Niagara #28A48E

Color information

#28A48E (or 0x28A48E) is unknown color: approx Niagara. HEX triplet: 28, A4 and 8E. RGB value is (40,164,142). Sum of RGB (Red+Green+Blue) = 40+164+142=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #28A48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A48E is #D75B71. Grayscale: #7C7C7C. Windows color (decimal): -14113650 or 9348136. OLE color: 9348136.

HSL color Cylindrical-coordinate representation of color #28A48E: hue angle of 169.35º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A48E is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB40164142-
CMYK0.7600.130.36
HSL169.35º60.78%40%-
HSV(B)169.35º75.61%64.31%-
XYZ19.0328.9630.18-
YUV124.42137.9267.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.56%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=11.56%
G=47.40%
B=41.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401641420.7600.130.36169.3560.7840
Hex28A48E4C0D24a93d28
Octal50244216114015442517550
Binary101000101001001000111010011000110110010010101001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A48E; }

 p { color: rgb(40,164,142); }

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

<style>
 a { background-color: #28A48E; }

 a { background-color: rgb(40,164,142); }

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

<style>
 span { border-color: #28A48E; }

 span { border-color: rgb(40,164,142); }

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