Shades of Iris Blue #12C1BD
Tints of Iris Blue #12C1BD
RGB
CMYK
RGB Variations
Color information
#12C1BD (or 0x12C1BD) is known color: Iris Blue. HEX triplet: 12, C1 and BD. RGB value is (18,193,189). Sum of RGB (Red+Green+Blue) = 18+193+189=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #12C1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C1BD is #ED3E42. Grayscale: #8C8C8C. Windows color (decimal): -15547971 or 12435730. OLE color: 12435730.
HSL color Cylindrical-coordinate representation of color #12C1BD: hue angle of 178.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C1BD is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 189 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.24 |
| HSL | 178.63º | 0.83% | 0.41% | - |
| HSV(B) | 178.63º | 0.91% | 0.76% | - |
| XYZ | 28.5 | 41.94 | 54.74 | - |
| YUV | 140.22 | 155.52 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 189 | 0.91 | 0 | 0.02 | 0.24 | 178.63 | 0.83 | 0.41 |
| Hex | 12 | C1 | BD | 5B | 0 | 2 | 18 | B3 | 53 | 29 |
| Octal | 22 | 301 | 275 | 133 | 0 | 2 | 30 | 263 | 123 | 51 |
| Binary | 10010 | 11000001 | 10111101 | 1011011 | 0 | 10 | 11000 | 10110011 | 1010011 | 101001 |
Color Harmonies of #12C1BD
Complementary color
Monochromatic Colors of #12C1BD
Black with #12C1BD
Text Example
Text Example
White with #12C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C1BD; }
p { color: rgb(18,193,189); }
H1.HeaderClassName
{
color: #12C1BD;
}
.AnyTagClassName
{
color: #12C1BD;
}
</style>
background-color css
<style>
a { background-color: #12C1BD; }
a { background-color: rgb(18,193,189); }
div.DivClassName
{
background-color: #12C1BD;
}
.BgClassName
{
background-color: #12C1BD;
}
</style>
border-color css
<style>
span { border-color: #12C1BD; }
span { border-color: rgb(18,193,189); }
td.TdClassName
{
border-color: #12C1BD;
}
.TagClassName
{
border-color: #12C1BD;
}
</style>