#28A993

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

Shades of Niagara #28A993

Tints of Niagara #28A993

Color information

#28A993 (or 0x28A993) is unknown color: approx Niagara. HEX triplet: 28, A9 and 93. RGB value is (40,169,147). Sum of RGB (Red+Green+Blue) = 40+169+147=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #28A993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A993 is #D7566C. Grayscale: #7F7F7F. Windows color (decimal): -14112365 or 9677096. OLE color: 9677096.

HSL color Cylindrical-coordinate representation of color #28A993: hue angle of 169.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A993 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB40169147-
CMYK0.7600.130.34
HSL169.77º61.72%40.98%-
HSV(B)169.77º76.33%66.27%-
XYZ20.3330.9332.5-
YUV127.92138.7665.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.24%
GREEN value IS 169 (66.41% from 255) = 47.47%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=11.24%
G=47.47%
B=41.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal401691470.7600.130.34169.7761.7240.98
Hex28A9934C0D22aa3e29
Octal50251223114015422527651
Binary101000101010011001001110011000110110001010101010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,169,147); }

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

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

 a { background-color: rgb(40,169,147); }

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

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

 span { border-color: rgb(40,169,147); }

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