Shades of Shamrock #27D9AF
Tints of Shamrock #27D9AF
RGB
CMYK
RGB Variations
Color information
#27D9AF (or 0x27D9AF) is known color: Shamrock. HEX triplet: 27, D9 and AF. RGB value is (39,217,175). Sum of RGB (Red+Green+Blue) = 39+217+175=431 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.05% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D9AF is #D82650. Grayscale: #9E9E9E. Windows color (decimal): -14165585 or 11524391. OLE color: 11524391.
HSL color Cylindrical-coordinate representation of color #27D9AF: hue angle of 165.84º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9AF is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 175 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.15 |
| HSL | 165.84º | 0.7% | 0.5% | - |
| HSV(B) | 165.84º | 0.82% | 0.85% | - |
| XYZ | 33.39 | 53.15 | 49.06 | - |
| YUV | 158.99 | 137.03 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 175 | 0.82 | 0 | 0.19 | 0.15 | 165.84 | 0.7 | 0.5 |
| Hex | 27 | D9 | AF | 52 | 0 | 13 | F | A6 | 46 | 32 |
| Octal | 47 | 331 | 257 | 122 | 0 | 23 | 17 | 246 | 106 | 62 |
| Binary | 100111 | 11011001 | 10101111 | 1010010 | 0 | 10011 | 1111 | 10100110 | 1000110 | 110010 |
Color Harmonies of #27D9AF
Complementary color
Monochromatic Colors of #27D9AF
Black with #27D9AF
Text Example
Text Example
White with #27D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D9AF; }
p { color: rgb(39,217,175); }
H1.HeaderClassName
{
color: #27D9AF;
}
.AnyTagClassName
{
color: #27D9AF;
}
</style>
background-color css
<style>
a { background-color: #27D9AF; }
a { background-color: rgb(39,217,175); }
div.DivClassName
{
background-color: #27D9AF;
}
.BgClassName
{
background-color: #27D9AF;
}
</style>
border-color css
<style>
span { border-color: #27D9AF; }
span { border-color: rgb(39,217,175); }
td.TdClassName
{
border-color: #27D9AF;
}
.TagClassName
{
border-color: #27D9AF;
}
</style>