Shades of Niagara #28AF9A
Tints of Niagara #28AF9A
RGB
CMYK
RGB Variations
Color information
#28AF9A (or 0x28AF9A) is known color: Niagara. HEX triplet: 28, AF and 9A. RGB value is (40,175,154). Sum of RGB (Red+Green+Blue) = 40+175+154=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF9A is #D75065. Grayscale: #848484. Windows color (decimal): -14110822 or 10137384. OLE color: 10137384.
HSL color Cylindrical-coordinate representation of color #28AF9A: hue angle of 170.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF9A is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 154 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.31 |
| HSL | 170.67º | 0.63% | 0.42% | - |
| HSV(B) | 170.67º | 0.77% | 0.69% | - |
| XYZ | 22.04 | 33.44 | 35.87 | - |
| YUV | 132.24 | 140.27 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 154 | 0.77 | 0 | 0.12 | 0.31 | 170.67 | 0.63 | 0.42 |
| Hex | 28 | AF | 9A | 4D | 0 | C | 1F | AB | 3F | 2A |
| Octal | 50 | 257 | 232 | 115 | 0 | 14 | 37 | 253 | 77 | 52 |
| Binary | 101000 | 10101111 | 10011010 | 1001101 | 0 | 1100 | 11111 | 10101011 | 111111 | 101010 |
Color Harmonies of #28AF9A
Complementary color
Monochromatic Colors of #28AF9A
Black with #28AF9A
Text Example
Text Example
White with #28AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF9A; }
p { color: rgb(40,175,154); }
H1.HeaderClassName
{
color: #28AF9A;
}
.AnyTagClassName
{
color: #28AF9A;
}
</style>
background-color css
<style>
a { background-color: #28AF9A; }
a { background-color: rgb(40,175,154); }
div.DivClassName
{
background-color: #28AF9A;
}
.BgClassName
{
background-color: #28AF9A;
}
</style>
border-color css
<style>
span { border-color: #28AF9A; }
span { border-color: rgb(40,175,154); }
td.TdClassName
{
border-color: #28AF9A;
}
.TagClassName
{
border-color: #28AF9A;
}
</style>