Shades of Iris Blue #12B2BA
Tints of Iris Blue #12B2BA
RGB
CMYK
RGB Variations
Color information
#12B2BA (or 0x12B2BA) is known color: Iris Blue. HEX triplet: 12, B2 and BA. RGB value is (18,178,186). Sum of RGB (Red+Green+Blue) = 18+178+186=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #12B2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2BA is #ED4D45. Grayscale: #828282. Windows color (decimal): -15551814 or 12235282. OLE color: 12235282.
HSL color Cylindrical-coordinate representation of color #12B2BA: hue angle of 182.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B2BA is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 178 | 186 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.27 |
| HSL | 182.86º | 0.82% | 0.4% | - |
| HSV(B) | 182.86º | 0.9% | 0.73% | - |
| XYZ | 25.03 | 35.51 | 51.99 | - |
| YUV | 131.07 | 158.99 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 186 | 0.90 | 0.04 | 0 | 0.27 | 182.86 | 0.82 | 0.4 |
| Hex | 12 | B2 | BA | 5A | 4 | 0 | 1B | B7 | 52 | 28 |
| Octal | 22 | 262 | 272 | 132 | 4 | 0 | 33 | 267 | 122 | 50 |
| Binary | 10010 | 10110010 | 10111010 | 1011010 | 100 | 0 | 11011 | 10110111 | 1010010 | 101000 |
Color Harmonies of #12B2BA
Complementary color
Monochromatic Colors of #12B2BA
Black with #12B2BA
Text Example
Text Example
White with #12B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B2BA; }
p { color: rgb(18,178,186); }
H1.HeaderClassName
{
color: #12B2BA;
}
.AnyTagClassName
{
color: #12B2BA;
}
</style>
background-color css
<style>
a { background-color: #12B2BA; }
a { background-color: rgb(18,178,186); }
div.DivClassName
{
background-color: #12B2BA;
}
.BgClassName
{
background-color: #12B2BA;
}
</style>
border-color css
<style>
span { border-color: #12B2BA; }
span { border-color: rgb(18,178,186); }
td.TdClassName
{
border-color: #12B2BA;
}
.TagClassName
{
border-color: #12B2BA;
}
</style>