Shades of Shamrock #27DEAB
Tints of Shamrock #27DEAB
RGB
CMYK
RGB Variations
Color information
#27DEAB (or 0x27DEAB) is known color: Shamrock. HEX triplet: 27, DE and AB. RGB value is (39,222,171). Sum of RGB (Red+Green+Blue) = 39+222+171=432 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.03% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DEAB is #D82154. Grayscale: #A1A1A1. Windows color (decimal): -14164309 or 11263527. OLE color: 11263527.
HSL color Cylindrical-coordinate representation of color #27DEAB: hue angle of 163.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DEAB is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 171 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.13 |
| HSL | 163.28º | 0.73% | 0.51% | - |
| HSV(B) | 163.28º | 0.82% | 0.87% | - |
| XYZ | 34.31 | 55.61 | 47.45 | - |
| YUV | 161.47 | 133.37 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 171 | 0.82 | 0 | 0.23 | 0.13 | 163.28 | 0.73 | 0.51 |
| Hex | 27 | DE | AB | 52 | 0 | 17 | D | A3 | 49 | 33 |
| Octal | 47 | 336 | 253 | 122 | 0 | 27 | 15 | 243 | 111 | 63 |
| Binary | 100111 | 11011110 | 10101011 | 1010010 | 0 | 10111 | 1101 | 10100011 | 1001001 | 110011 |
Color Harmonies of #27DEAB
Complementary color
Monochromatic Colors of #27DEAB
Black with #27DEAB
Text Example
Text Example
White with #27DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEAB; }
p { color: rgb(39,222,171); }
H1.HeaderClassName
{
color: #27DEAB;
}
.AnyTagClassName
{
color: #27DEAB;
}
</style>
background-color css
<style>
a { background-color: #27DEAB; }
a { background-color: rgb(39,222,171); }
div.DivClassName
{
background-color: #27DEAB;
}
.BgClassName
{
background-color: #27DEAB;
}
</style>
border-color css
<style>
span { border-color: #27DEAB; }
span { border-color: rgb(39,222,171); }
td.TdClassName
{
border-color: #27DEAB;
}
.TagClassName
{
border-color: #27DEAB;
}
</style>