Shades of Iris Blue #00B8AD
Tints of Iris Blue #00B8AD
RGB
CMYK
RGB Variations
Color information
#00B8AD (or 0x00B8AD) is known color: Iris Blue. HEX triplet: 00, B8 and AD. RGB value is (0,184,173). Sum of RGB (Red+Green+Blue) = 0+184+173=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #00B8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B8AD is #FF4752. Grayscale: #7F7F7F. Windows color (decimal): -16729939 or 11384832. OLE color: 11384832.
HSL color Cylindrical-coordinate representation of color #00B8AD: hue angle of 176.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8AD is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 173 | - |
| CMYK | 1 | 0 | 0.06 | 0.28 |
| HSL | 176.41º | 1% | 0.36% | - |
| HSV(B) | 176.41º | 1% | 0.72% | - |
| XYZ | 24.68 | 37.3 | 45.43 | - |
| YUV | 127.73 | 153.54 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 173 | 1 | 0 | 0.06 | 0.28 | 176.41 | 1 | 0.36 |
| Hex | 0 | B8 | AD | 64 | 0 | 6 | 1C | B0 | 64 | 24 |
| Octal | 0 | 270 | 255 | 144 | 0 | 6 | 34 | 260 | 144 | 44 |
| Binary | 0 | 10111000 | 10101101 | 1100100 | 0 | 110 | 11100 | 10110000 | 1100100 | 100100 |
Color Harmonies of #00B8AD
Complementary color
Monochromatic Colors of #00B8AD
Black with #00B8AD
Text Example
Text Example
White with #00B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8AD; }
p { color: rgb(0,184,173); }
H1.HeaderClassName
{
color: #00B8AD;
}
.AnyTagClassName
{
color: #00B8AD;
}
</style>
background-color css
<style>
a { background-color: #00B8AD; }
a { background-color: rgb(0,184,173); }
div.DivClassName
{
background-color: #00B8AD;
}
.BgClassName
{
background-color: #00B8AD;
}
</style>
border-color css
<style>
span { border-color: #00B8AD; }
span { border-color: rgb(0,184,173); }
td.TdClassName
{
border-color: #00B8AD;
}
.TagClassName
{
border-color: #00B8AD;
}
</style>