Shades of Shamrock #42CFB1
Tints of Shamrock #42CFB1
RGB
CMYK
RGB Variations
Color information
#42CFB1 (or 0x42CFB1) is known color: Shamrock. HEX triplet: 42, CF and B1. RGB value is (66,207,177). Sum of RGB (Red+Green+Blue) = 66+207+177=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CFB1 is #BD304E. Grayscale: #A1A1A1. Windows color (decimal): -12398671 or 11652930. OLE color: 11652930.
HSL color Cylindrical-coordinate representation of color #42CFB1: hue angle of 167.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFB1 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 177 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.19 |
| HSL | 167.23º | 0.59% | 0.54% | - |
| HSV(B) | 167.23º | 0.68% | 0.81% | - |
| XYZ | 32.5 | 48.96 | 49.33 | - |
| YUV | 161.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 177 | 0.68 | 0 | 0.14 | 0.19 | 167.23 | 0.59 | 0.54 |
| Hex | 42 | CF | B1 | 44 | 0 | E | 13 | A7 | 3B | 36 |
| Octal | 102 | 317 | 261 | 104 | 0 | 16 | 23 | 247 | 73 | 66 |
| Binary | 1000010 | 11001111 | 10110001 | 1000100 | 0 | 1110 | 10011 | 10100111 | 111011 | 110110 |
Color Harmonies of #42CFB1
Complementary color
Monochromatic Colors of #42CFB1
Black with #42CFB1
Text Example
Text Example
White with #42CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFB1; }
p { color: rgb(66,207,177); }
H1.HeaderClassName
{
color: #42CFB1;
}
.AnyTagClassName
{
color: #42CFB1;
}
</style>
background-color css
<style>
a { background-color: #42CFB1; }
a { background-color: rgb(66,207,177); }
div.DivClassName
{
background-color: #42CFB1;
}
.BgClassName
{
background-color: #42CFB1;
}
</style>
border-color css
<style>
span { border-color: #42CFB1; }
span { border-color: rgb(66,207,177); }
td.TdClassName
{
border-color: #42CFB1;
}
.TagClassName
{
border-color: #42CFB1;
}
</style>