Shades of Shamrock #27D4AB
Tints of Shamrock #27D4AB
RGB
CMYK
RGB Variations
Color information
#27D4AB (or 0x27D4AB) is known color: Shamrock. HEX triplet: 27, D4 and AB. RGB value is (39,212,171). Sum of RGB (Red+Green+Blue) = 39+212+171=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #27D4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D4AB is #D82B54. Grayscale: #9B9B9B. Windows color (decimal): -14166869 or 11260967. OLE color: 11260967.
HSL color Cylindrical-coordinate representation of color #27D4AB: hue angle of 165.78º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D4AB is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 212 | 171 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.17 |
| HSL | 165.78º | 0.69% | 0.49% | - |
| HSV(B) | 165.78º | 0.82% | 0.83% | - |
| XYZ | 31.73 | 50.46 | 46.6 | - |
| YUV | 155.6 | 136.69 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 212 | 171 | 0.82 | 0 | 0.19 | 0.17 | 165.78 | 0.69 | 0.49 |
| Hex | 27 | D4 | AB | 52 | 0 | 13 | 11 | A6 | 45 | 31 |
| Octal | 47 | 324 | 253 | 122 | 0 | 23 | 21 | 246 | 105 | 61 |
| Binary | 100111 | 11010100 | 10101011 | 1010010 | 0 | 10011 | 10001 | 10100110 | 1000101 | 110001 |
Color Harmonies of #27D4AB
Complementary color
Monochromatic Colors of #27D4AB
Black with #27D4AB
Text Example
Text Example
White with #27D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D4AB; }
p { color: rgb(39,212,171); }
H1.HeaderClassName
{
color: #27D4AB;
}
.AnyTagClassName
{
color: #27D4AB;
}
</style>
background-color css
<style>
a { background-color: #27D4AB; }
a { background-color: rgb(39,212,171); }
div.DivClassName
{
background-color: #27D4AB;
}
.BgClassName
{
background-color: #27D4AB;
}
</style>
border-color css
<style>
span { border-color: #27D4AB; }
span { border-color: rgb(39,212,171); }
td.TdClassName
{
border-color: #27D4AB;
}
.TagClassName
{
border-color: #27D4AB;
}
</style>