Shades of Shamrock #27CAA6
Tints of Shamrock #27CAA6
RGB
CMYK
RGB Variations
Color information
#27CAA6 (or 0x27CAA6) is known color: Shamrock. HEX triplet: 27, CA and A6. RGB value is (39,202,166). Sum of RGB (Red+Green+Blue) = 39+202+166=407 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.58% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #27CAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CAA6 is #D83559. Grayscale: #959595. Windows color (decimal): -14169434 or 10930727. OLE color: 10930727.
HSL color Cylindrical-coordinate representation of color #27CAA6: hue angle of 166.75º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CAA6 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 202 | 166 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.21 |
| HSL | 166.75º | 0.68% | 0.47% | - |
| HSV(B) | 166.75º | 0.81% | 0.79% | - |
| XYZ | 28.84 | 45.43 | 43.32 | - |
| YUV | 149.16 | 137.5 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 202 | 166 | 0.81 | 0 | 0.18 | 0.21 | 166.75 | 0.68 | 0.47 |
| Hex | 27 | CA | A6 | 51 | 0 | 12 | 15 | A7 | 44 | 2F |
| Octal | 47 | 312 | 246 | 121 | 0 | 22 | 25 | 247 | 104 | 57 |
| Binary | 100111 | 11001010 | 10100110 | 1010001 | 0 | 10010 | 10101 | 10100111 | 1000100 | 101111 |
Color Harmonies of #27CAA6
Complementary color
Monochromatic Colors of #27CAA6
Black with #27CAA6
Text Example
Text Example
White with #27CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CAA6; }
p { color: rgb(39,202,166); }
H1.HeaderClassName
{
color: #27CAA6;
}
.AnyTagClassName
{
color: #27CAA6;
}
</style>
background-color css
<style>
a { background-color: #27CAA6; }
a { background-color: rgb(39,202,166); }
div.DivClassName
{
background-color: #27CAA6;
}
.BgClassName
{
background-color: #27CAA6;
}
</style>
border-color css
<style>
span { border-color: #27CAA6; }
span { border-color: rgb(39,202,166); }
td.TdClassName
{
border-color: #27CAA6;
}
.TagClassName
{
border-color: #27CAA6;
}
</style>