Shades of Shamrock #27DBAE
Tints of Shamrock #27DBAE
RGB
CMYK
RGB Variations
Color information
#27DBAE (or 0x27DBAE) is known color: Shamrock. HEX triplet: 27, DB and AE. RGB value is (39,219,174). Sum of RGB (Red+Green+Blue) = 39+219+174=432 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.03% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DBAE is #D82451. Grayscale: #A0A0A0. Windows color (decimal): -14165074 or 11459367. OLE color: 11459367.
HSL color Cylindrical-coordinate representation of color #27DBAE: hue angle of 165º degrees, saturation: 0.71, 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 #27DBAE is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 174 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.14 |
| HSL | 165º | 0.71% | 0.51% | - |
| HSV(B) | 165º | 0.82% | 0.86% | - |
| XYZ | 33.81 | 54.15 | 48.71 | - |
| YUV | 160.05 | 135.87 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 174 | 0.82 | 0 | 0.21 | 0.14 | 165 | 0.71 | 0.51 |
| Hex | 27 | DB | AE | 52 | 0 | 15 | E | A5 | 47 | 33 |
| Octal | 47 | 333 | 256 | 122 | 0 | 25 | 16 | 245 | 107 | 63 |
| Binary | 100111 | 11011011 | 10101110 | 1010010 | 0 | 10101 | 1110 | 10100101 | 1000111 | 110011 |
Color Harmonies of #27DBAE
Complementary color
Monochromatic Colors of #27DBAE
Black with #27DBAE
Text Example
Text Example
White with #27DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBAE; }
p { color: rgb(39,219,174); }
H1.HeaderClassName
{
color: #27DBAE;
}
.AnyTagClassName
{
color: #27DBAE;
}
</style>
background-color css
<style>
a { background-color: #27DBAE; }
a { background-color: rgb(39,219,174); }
div.DivClassName
{
background-color: #27DBAE;
}
.BgClassName
{
background-color: #27DBAE;
}
</style>
border-color css
<style>
span { border-color: #27DBAE; }
span { border-color: rgb(39,219,174); }
td.TdClassName
{
border-color: #27DBAE;
}
.TagClassName
{
border-color: #27DBAE;
}
</style>