Shades of Shamrock #27DCAA
Tints of Shamrock #27DCAA
RGB
CMYK
RGB Variations
Color information
#27DCAA (or 0x27DCAA) is known color: Shamrock. HEX triplet: 27, DC and AA. RGB value is (39,220,170). Sum of RGB (Red+Green+Blue) = 39+220+170=429 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.09% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DCAA is #D82355. Grayscale: #A0A0A0. Windows color (decimal): -14164822 or 11197479. OLE color: 11197479.
HSL color Cylindrical-coordinate representation of color #27DCAA: hue angle of 163.43º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCAA is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 170 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.14 |
| HSL | 163.43º | 0.72% | 0.51% | - |
| HSV(B) | 163.43º | 0.82% | 0.86% | - |
| XYZ | 33.69 | 54.52 | 46.78 | - |
| YUV | 160.18 | 133.53 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 170 | 0.82 | 0 | 0.23 | 0.14 | 163.43 | 0.72 | 0.51 |
| Hex | 27 | DC | AA | 52 | 0 | 17 | E | A3 | 48 | 33 |
| Octal | 47 | 334 | 252 | 122 | 0 | 27 | 16 | 243 | 110 | 63 |
| Binary | 100111 | 11011100 | 10101010 | 1010010 | 0 | 10111 | 1110 | 10100011 | 1001000 | 110011 |
Color Harmonies of #27DCAA
Complementary color
Monochromatic Colors of #27DCAA
Black with #27DCAA
Text Example
Text Example
White with #27DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCAA; }
p { color: rgb(39,220,170); }
H1.HeaderClassName
{
color: #27DCAA;
}
.AnyTagClassName
{
color: #27DCAA;
}
</style>
background-color css
<style>
a { background-color: #27DCAA; }
a { background-color: rgb(39,220,170); }
div.DivClassName
{
background-color: #27DCAA;
}
.BgClassName
{
background-color: #27DCAA;
}
</style>
border-color css
<style>
span { border-color: #27DCAA; }
span { border-color: rgb(39,220,170); }
td.TdClassName
{
border-color: #27DCAA;
}
.TagClassName
{
border-color: #27DCAA;
}
</style>