Shades of Iris Blue #12BFBE
Tints of Iris Blue #12BFBE
RGB
CMYK
RGB Variations
Color information
#12BFBE (or 0x12BFBE) is known color: Iris Blue. HEX triplet: 12, BF and BE. RGB value is (18,191,190). Sum of RGB (Red+Green+Blue) = 18+191+190=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #12BFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFBE is #ED4041. Grayscale: #8A8A8A. Windows color (decimal): -15548482 or 12500754. OLE color: 12500754.
HSL color Cylindrical-coordinate representation of color #12BFBE: hue angle of 179.65º 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 #12BFBE is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 190 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.25 |
| HSL | 179.65º | 0.83% | 0.41% | - |
| HSV(B) | 179.65º | 0.91% | 0.75% | - |
| XYZ | 28.17 | 41.11 | 55.16 | - |
| YUV | 139.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 190 | 0.91 | 0 | 0.01 | 0.25 | 179.65 | 0.83 | 0.41 |
| Hex | 12 | BF | BE | 5B | 0 | 1 | 19 | B4 | 53 | 29 |
| Octal | 22 | 277 | 276 | 133 | 0 | 1 | 31 | 264 | 123 | 51 |
| Binary | 10010 | 10111111 | 10111110 | 1011011 | 0 | 1 | 11001 | 10110100 | 1010011 | 101001 |
Color Harmonies of #12BFBE
Complementary color
Monochromatic Colors of #12BFBE
Black with #12BFBE
Text Example
Text Example
White with #12BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFBE; }
p { color: rgb(18,191,190); }
H1.HeaderClassName
{
color: #12BFBE;
}
.AnyTagClassName
{
color: #12BFBE;
}
</style>
background-color css
<style>
a { background-color: #12BFBE; }
a { background-color: rgb(18,191,190); }
div.DivClassName
{
background-color: #12BFBE;
}
.BgClassName
{
background-color: #12BFBE;
}
</style>
border-color css
<style>
span { border-color: #12BFBE; }
span { border-color: rgb(18,191,190); }
td.TdClassName
{
border-color: #12BFBE;
}
.TagClassName
{
border-color: #12BFBE;
}
</style>