Shades of Shamrock #27D5AD
Tints of Shamrock #27D5AD
RGB
CMYK
RGB Variations
Color information
#27D5AD (or 0x27D5AD) is known color: Shamrock. HEX triplet: 27, D5 and AD. RGB value is (39,213,173). Sum of RGB (Red+Green+Blue) = 39+213+173=425 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.18% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #27D5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D5AD is #D82A52. Grayscale: #9C9C9C. Windows color (decimal): -14166611 or 11392295. OLE color: 11392295.
HSL color Cylindrical-coordinate representation of color #27D5AD: hue angle of 166.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D5AD is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 173 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.16 |
| HSL | 166.21º | 0.69% | 0.49% | - |
| HSV(B) | 166.21º | 0.82% | 0.84% | - |
| XYZ | 32.17 | 51.04 | 47.69 | - |
| YUV | 156.41 | 137.35 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 173 | 0.82 | 0 | 0.19 | 0.16 | 166.21 | 0.69 | 0.49 |
| Hex | 27 | D5 | AD | 52 | 0 | 13 | 10 | A6 | 45 | 31 |
| Octal | 47 | 325 | 255 | 122 | 0 | 23 | 20 | 246 | 105 | 61 |
| Binary | 100111 | 11010101 | 10101101 | 1010010 | 0 | 10011 | 10000 | 10100110 | 1000101 | 110001 |
Color Harmonies of #27D5AD
Complementary color
Monochromatic Colors of #27D5AD
Black with #27D5AD
Text Example
Text Example
White with #27D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D5AD; }
p { color: rgb(39,213,173); }
H1.HeaderClassName
{
color: #27D5AD;
}
.AnyTagClassName
{
color: #27D5AD;
}
</style>
background-color css
<style>
a { background-color: #27D5AD; }
a { background-color: rgb(39,213,173); }
div.DivClassName
{
background-color: #27D5AD;
}
.BgClassName
{
background-color: #27D5AD;
}
</style>
border-color css
<style>
span { border-color: #27D5AD; }
span { border-color: rgb(39,213,173); }
td.TdClassName
{
border-color: #27D5AD;
}
.TagClassName
{
border-color: #27D5AD;
}
</style>