Shades of Shamrock #27CCAB
Tints of Shamrock #27CCAB
RGB
CMYK
RGB Variations
Color information
#27CCAB (or 0x27CCAB) is known color: Shamrock. HEX triplet: 27, CC and AB. RGB value is (39,204,171). Sum of RGB (Red+Green+Blue) = 39+204+171=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #27CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CCAB is #D83354. Grayscale: #969696. Windows color (decimal): -14168917 or 11258919. OLE color: 11258919.
HSL color Cylindrical-coordinate representation of color #27CCAB: hue angle of 168º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CCAB is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 204 | 171 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.2 |
| HSL | 168º | 0.68% | 0.48% | - |
| HSV(B) | 168º | 0.81% | 0.8% | - |
| XYZ | 29.78 | 46.56 | 45.94 | - |
| YUV | 150.9 | 139.34 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 171 | 0.81 | 0 | 0.16 | 0.2 | 168 | 0.68 | 0.48 |
| Hex | 27 | CC | AB | 51 | 0 | 10 | 14 | A8 | 44 | 30 |
| Octal | 47 | 314 | 253 | 121 | 0 | 20 | 24 | 250 | 104 | 60 |
| Binary | 100111 | 11001100 | 10101011 | 1010001 | 0 | 10000 | 10100 | 10101000 | 1000100 | 110000 |
Color Harmonies of #27CCAB
Complementary color
Monochromatic Colors of #27CCAB
Black with #27CCAB
Text Example
Text Example
White with #27CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCAB; }
p { color: rgb(39,204,171); }
H1.HeaderClassName
{
color: #27CCAB;
}
.AnyTagClassName
{
color: #27CCAB;
}
</style>
background-color css
<style>
a { background-color: #27CCAB; }
a { background-color: rgb(39,204,171); }
div.DivClassName
{
background-color: #27CCAB;
}
.BgClassName
{
background-color: #27CCAB;
}
</style>
border-color css
<style>
span { border-color: #27CCAB; }
span { border-color: rgb(39,204,171); }
td.TdClassName
{
border-color: #27CCAB;
}
.TagClassName
{
border-color: #27CCAB;
}
</style>