Shades of Iris Blue #12BDBC
Tints of Iris Blue #12BDBC
RGB
CMYK
RGB Variations
Color information
#12BDBC (or 0x12BDBC) is known color: Iris Blue. HEX triplet: 12, BD and BC. RGB value is (18,189,188). Sum of RGB (Red+Green+Blue) = 18+189+188=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDBC is #ED4243. Grayscale: #898989. Windows color (decimal): -15548996 or 12369170. OLE color: 12369170.
HSL color Cylindrical-coordinate representation of color #12BDBC: hue angle of 179.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BDBC is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 188 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.26 |
| HSL | 179.65º | 0.83% | 0.41% | - |
| HSV(B) | 179.65º | 0.9% | 0.74% | - |
| XYZ | 27.52 | 40.15 | 53.88 | - |
| YUV | 137.76 | 156.35 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 188 | 0.90 | 0 | 0.01 | 0.26 | 179.65 | 0.83 | 0.41 |
| Hex | 12 | BD | BC | 5A | 0 | 1 | 1A | B4 | 53 | 29 |
| Octal | 22 | 275 | 274 | 132 | 0 | 1 | 32 | 264 | 123 | 51 |
| Binary | 10010 | 10111101 | 10111100 | 1011010 | 0 | 1 | 11010 | 10110100 | 1010011 | 101001 |
Color Harmonies of #12BDBC
Complementary color
Monochromatic Colors of #12BDBC
Black with #12BDBC
Text Example
Text Example
White with #12BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDBC; }
p { color: rgb(18,189,188); }
H1.HeaderClassName
{
color: #12BDBC;
}
.AnyTagClassName
{
color: #12BDBC;
}
</style>
background-color css
<style>
a { background-color: #12BDBC; }
a { background-color: rgb(18,189,188); }
div.DivClassName
{
background-color: #12BDBC;
}
.BgClassName
{
background-color: #12BDBC;
}
</style>
border-color css
<style>
span { border-color: #12BDBC; }
span { border-color: rgb(18,189,188); }
td.TdClassName
{
border-color: #12BDBC;
}
.TagClassName
{
border-color: #12BDBC;
}
</style>