Shades of Iris Blue #12BFBD
Tints of Iris Blue #12BFBD
RGB
CMYK
RGB Variations
Color information
#12BFBD (or 0x12BFBD) is known color: Iris Blue. HEX triplet: 12, BF and BD. RGB value is (18,191,189). Sum of RGB (Red+Green+Blue) = 18+191+189=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #12BFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFBD is #ED4042. Grayscale: #8A8A8A. Windows color (decimal): -15548483 or 12435218. OLE color: 12435218.
HSL color Cylindrical-coordinate representation of color #12BFBD: hue angle of 179.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFBD is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 189 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.25 |
| HSL | 179.31º | 0.83% | 0.41% | - |
| HSV(B) | 179.31º | 0.91% | 0.75% | - |
| XYZ | 28.07 | 41.06 | 54.59 | - |
| YUV | 139.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 189 | 0.91 | 0 | 0.01 | 0.25 | 179.31 | 0.83 | 0.41 |
| Hex | 12 | BF | BD | 5B | 0 | 1 | 19 | B3 | 53 | 29 |
| Octal | 22 | 277 | 275 | 133 | 0 | 1 | 31 | 263 | 123 | 51 |
| Binary | 10010 | 10111111 | 10111101 | 1011011 | 0 | 1 | 11001 | 10110011 | 1010011 | 101001 |
Color Harmonies of #12BFBD
Complementary color
Monochromatic Colors of #12BFBD
Black with #12BFBD
Text Example
Text Example
White with #12BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFBD; }
p { color: rgb(18,191,189); }
H1.HeaderClassName
{
color: #12BFBD;
}
.AnyTagClassName
{
color: #12BFBD;
}
</style>
background-color css
<style>
a { background-color: #12BFBD; }
a { background-color: rgb(18,191,189); }
div.DivClassName
{
background-color: #12BFBD;
}
.BgClassName
{
background-color: #12BFBD;
}
</style>
border-color css
<style>
span { border-color: #12BFBD; }
span { border-color: rgb(18,191,189); }
td.TdClassName
{
border-color: #12BFBD;
}
.TagClassName
{
border-color: #12BFBD;
}
</style>