Shades of Shamrock #27CBA6
Tints of Shamrock #27CBA6
RGB
CMYK
RGB Variations
Color information
#27CBA6 (or 0x27CBA6) is known color: Shamrock. HEX triplet: 27, CB and A6. RGB value is (39,203,166). Sum of RGB (Red+Green+Blue) = 39+203+166=408 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.56% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #27CBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CBA6 is #D83459. Grayscale: #959595. Windows color (decimal): -14169178 or 10930983. OLE color: 10930983.
HSL color Cylindrical-coordinate representation of color #27CBA6: hue angle of 166.46º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CBA6 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 166 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.20 |
| HSL | 166.46º | 0.68% | 0.47% | - |
| HSV(B) | 166.46º | 0.81% | 0.8% | - |
| XYZ | 29.08 | 45.9 | 43.4 | - |
| YUV | 149.75 | 137.17 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 166 | 0.81 | 0 | 0.18 | 0.20 | 166.46 | 0.68 | 0.47 |
| Hex | 27 | CB | A6 | 51 | 0 | 12 | 14 | A6 | 44 | 2F |
| Octal | 47 | 313 | 246 | 121 | 0 | 22 | 24 | 246 | 104 | 57 |
| Binary | 100111 | 11001011 | 10100110 | 1010001 | 0 | 10010 | 10100 | 10100110 | 1000100 | 101111 |
Color Harmonies of #27CBA6
Complementary color
Monochromatic Colors of #27CBA6
Black with #27CBA6
Text Example
Text Example
White with #27CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CBA6; }
p { color: rgb(39,203,166); }
H1.HeaderClassName
{
color: #27CBA6;
}
.AnyTagClassName
{
color: #27CBA6;
}
</style>
background-color css
<style>
a { background-color: #27CBA6; }
a { background-color: rgb(39,203,166); }
div.DivClassName
{
background-color: #27CBA6;
}
.BgClassName
{
background-color: #27CBA6;
}
</style>
border-color css
<style>
span { border-color: #27CBA6; }
span { border-color: rgb(39,203,166); }
td.TdClassName
{
border-color: #27CBA6;
}
.TagClassName
{
border-color: #27CBA6;
}
</style>