#28AD92

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

Shades of Niagara #28AD92

Tints of Niagara #28AD92

Color information

#28AD92 (or 0x28AD92) is unknown color: approx Niagara. HEX triplet: 28, AD and 92. RGB value is (40,173,146). Sum of RGB (Red+Green+Blue) = 40+173+146=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD92 is #D7526D. Grayscale: #828282. Windows color (decimal): -14111342 or 9612584. OLE color: 9612584.

HSL color Cylindrical-coordinate representation of color #28AD92: hue angle of 167.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD92 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB40173146-
CMYK0.7700.160.32
HSL167.82º62.44%41.76%-
HSV(B)167.82º76.88%67.84%-
XYZ21.0132.4132.34-
YUV130.15136.9463.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.14%
GREEN value IS 173 (67.97% from 255) = 48.19%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=11.14%
G=48.19%
B=40.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401731460.7700.160.32167.8262.4441.76
Hex28AD924D01020a83e2a
Octal50255222115020402507652
Binary1010001010110110010010100110101000010000010101000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,173,146); }

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

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

 a { background-color: rgb(40,173,146); }

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

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

 span { border-color: rgb(40,173,146); }

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