Shades of Shamrock #27D2AC
Tints of Shamrock #27D2AC
RGB
CMYK
RGB Variations
Color information
#27D2AC (or 0x27D2AC) is known color: Shamrock. HEX triplet: 27, D2 and AC. RGB value is (39,210,172). Sum of RGB (Red+Green+Blue) = 39+210+172=421 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.26% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #27D2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D2AC is #D82D53. Grayscale: #9A9A9A. Windows color (decimal): -14167380 or 11325991. OLE color: 11325991.
HSL color Cylindrical-coordinate representation of color #27D2AC: hue angle of 166.67º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D2AC is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 172 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.18 |
| HSL | 166.67º | 0.69% | 0.49% | - |
| HSV(B) | 166.67º | 0.81% | 0.82% | - |
| XYZ | 31.33 | 49.5 | 46.93 | - |
| YUV | 154.54 | 137.85 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 172 | 0.81 | 0 | 0.18 | 0.18 | 166.67 | 0.69 | 0.49 |
| Hex | 27 | D2 | AC | 51 | 0 | 12 | 12 | A7 | 45 | 31 |
| Octal | 47 | 322 | 254 | 121 | 0 | 22 | 22 | 247 | 105 | 61 |
| Binary | 100111 | 11010010 | 10101100 | 1010001 | 0 | 10010 | 10010 | 10100111 | 1000101 | 110001 |
Color Harmonies of #27D2AC
Complementary color
Monochromatic Colors of #27D2AC
Black with #27D2AC
Text Example
Text Example
White with #27D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D2AC; }
p { color: rgb(39,210,172); }
H1.HeaderClassName
{
color: #27D2AC;
}
.AnyTagClassName
{
color: #27D2AC;
}
</style>
background-color css
<style>
a { background-color: #27D2AC; }
a { background-color: rgb(39,210,172); }
div.DivClassName
{
background-color: #27D2AC;
}
.BgClassName
{
background-color: #27D2AC;
}
</style>
border-color css
<style>
span { border-color: #27D2AC; }
span { border-color: rgb(39,210,172); }
td.TdClassName
{
border-color: #27D2AC;
}
.TagClassName
{
border-color: #27D2AC;
}
</style>