#28AD98

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

Shades of Niagara #28AD98

Tints of Niagara #28AD98

Color information

#28AD98 (or 0x28AD98) is unknown color: approx Niagara. HEX triplet: 28, AD and 98. RGB value is (40,173,152). Sum of RGB (Red+Green+Blue) = 40+173+152=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD98 is #D75267. Grayscale: #828282. Windows color (decimal): -14111336 or 10005800. OLE color: 10005800.

HSL color Cylindrical-coordinate representation of color #28AD98: hue angle of 170.53º 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 #28AD98 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB40173152-
CMYK0.7700.120.32
HSL170.53º62.44%41.76%-
HSV(B)170.53º76.88%67.84%-
XYZ21.4932.6134.87-
YUV130.84139.9463.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.96%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=10.96%
G=47.40%
B=41.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401731520.7700.120.32170.5362.4441.76
Hex28AD984D0C20ab3e2a
Octal50255230115014402537652
Binary101000101011011001100010011010110010000010101011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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