Shades of Niagara #23B38E
Tints of Niagara #23B38E
RGB
CMYK
RGB Variations
Color information
#23B38E (or 0x23B38E) is known color: Niagara. HEX triplet: 23, B3 and 8E. RGB value is (35,179,142). Sum of RGB (Red+Green+Blue) = 35+179+142=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #23B38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23B38E is #DC4C71. Grayscale: #838383. Windows color (decimal): -14437490 or 9351971. OLE color: 9351971.
HSL color Cylindrical-coordinate representation of color #23B38E: hue angle of 164.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B38E is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 179 | 142 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.30 |
| HSL | 164.58º | 0.67% | 0.42% | - |
| HSV(B) | 164.58º | 0.8% | 0.7% | - |
| XYZ | 21.7 | 34.55 | 31.12 | - |
| YUV | 131.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 179 | 142 | 0.80 | 0 | 0.21 | 0.30 | 164.58 | 0.67 | 0.42 |
| Hex | 23 | B3 | 8E | 50 | 0 | 15 | 1E | A5 | 43 | 2A |
| Octal | 43 | 263 | 216 | 120 | 0 | 25 | 36 | 245 | 103 | 52 |
| Binary | 100011 | 10110011 | 10001110 | 1010000 | 0 | 10101 | 11110 | 10100101 | 1000011 | 101010 |
Color Harmonies of #23B38E
Complementary color
Monochromatic Colors of #23B38E
Black with #23B38E
Text Example
Text Example
White with #23B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B38E; }
p { color: rgb(35,179,142); }
H1.HeaderClassName
{
color: #23B38E;
}
.AnyTagClassName
{
color: #23B38E;
}
</style>
background-color css
<style>
a { background-color: #23B38E; }
a { background-color: rgb(35,179,142); }
div.DivClassName
{
background-color: #23B38E;
}
.BgClassName
{
background-color: #23B38E;
}
</style>
border-color css
<style>
span { border-color: #23B38E; }
span { border-color: rgb(35,179,142); }
td.TdClassName
{
border-color: #23B38E;
}
.TagClassName
{
border-color: #23B38E;
}
</style>