Shades of Iris Blue #12BCBB
Tints of Iris Blue #12BCBB
RGB
CMYK
RGB Variations
Color information
#12BCBB (or 0x12BCBB) is known color: Iris Blue. HEX triplet: 12, BC and BB. RGB value is (18,188,187). Sum of RGB (Red+Green+Blue) = 18+188+187=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCBB is #ED4344. Grayscale: #888888. Windows color (decimal): -15549253 or 12303378. OLE color: 12303378.
HSL color Cylindrical-coordinate representation of color #12BCBB: hue angle of 179.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BCBB is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 187 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.26 |
| HSL | 179.65º | 0.83% | 0.4% | - |
| HSV(B) | 179.65º | 0.9% | 0.74% | - |
| XYZ | 27.2 | 39.68 | 53.24 | - |
| YUV | 137.06 | 156.18 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 187 | 0.90 | 0 | 0.01 | 0.26 | 179.65 | 0.83 | 0.4 |
| Hex | 12 | BC | BB | 5A | 0 | 1 | 1A | B4 | 53 | 28 |
| Octal | 22 | 274 | 273 | 132 | 0 | 1 | 32 | 264 | 123 | 50 |
| Binary | 10010 | 10111100 | 10111011 | 1011010 | 0 | 1 | 11010 | 10110100 | 1010011 | 101000 |
Color Harmonies of #12BCBB
Complementary color
Monochromatic Colors of #12BCBB
Black with #12BCBB
Text Example
Text Example
White with #12BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCBB; }
p { color: rgb(18,188,187); }
H1.HeaderClassName
{
color: #12BCBB;
}
.AnyTagClassName
{
color: #12BCBB;
}
</style>
background-color css
<style>
a { background-color: #12BCBB; }
a { background-color: rgb(18,188,187); }
div.DivClassName
{
background-color: #12BCBB;
}
.BgClassName
{
background-color: #12BCBB;
}
</style>
border-color css
<style>
span { border-color: #12BCBB; }
span { border-color: rgb(18,188,187); }
td.TdClassName
{
border-color: #12BCBB;
}
.TagClassName
{
border-color: #12BCBB;
}
</style>