#28A28C

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

Shades of Niagara #28A28C

Tints of Niagara #28A28C

Color information

#28A28C (or 0x28A28C) is unknown color: approx Niagara. HEX triplet: 28, A2 and 8C. RGB value is (40,162,140). Sum of RGB (Red+Green+Blue) = 40+162+140=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #28A28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A28C is #D75D73. Grayscale: #7A7A7A. Windows color (decimal): -14114164 or 9216552. OLE color: 9216552.

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

Color convert

RGB40162140-
CMYK0.7500.140.36
HSL169.18º60.4%39.61%-
HSV(B)169.18º75.31%63.53%-
XYZ18.5328.1929.27-
YUV123.01137.5868.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.70%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=11.70%
G=47.37%
B=40.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621400.7500.140.36169.1860.439.61
Hex28A28C4B0E24a93c28
Octal50242214113016442517450
Binary101000101000101000110010010110111010010010101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,162,140); }

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

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

 a { background-color: rgb(40,162,140); }

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

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

 span { border-color: rgb(40,162,140); }

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