Shades of Shamrock #42CAB0
Tints of Shamrock #42CAB0
RGB
CMYK
RGB Variations
Color information
#42CAB0 (or 0x42CAB0) is known color: Shamrock. HEX triplet: 42, CA and B0. RGB value is (66,202,176). Sum of RGB (Red+Green+Blue) = 66+202+176=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CAB0 is #BD354F. Grayscale: #9E9E9E. Windows color (decimal): -12399952 or 11586114. OLE color: 11586114.
HSL color Cylindrical-coordinate representation of color #42CAB0: hue angle of 168.53º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CAB0 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 176 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.21 |
| HSL | 168.53º | 0.56% | 0.53% | - |
| HSV(B) | 168.53º | 0.67% | 0.79% | - |
| XYZ | 31.2 | 46.53 | 48.41 | - |
| YUV | 158.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 176 | 0.67 | 0 | 0.13 | 0.21 | 168.53 | 0.56 | 0.53 |
| Hex | 42 | CA | B0 | 43 | 0 | D | 15 | A9 | 38 | 35 |
| Octal | 102 | 312 | 260 | 103 | 0 | 15 | 25 | 251 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10110000 | 1000011 | 0 | 1101 | 10101 | 10101001 | 111000 | 110101 |
Color Harmonies of #42CAB0
Complementary color
Monochromatic Colors of #42CAB0
Black with #42CAB0
Text Example
Text Example
White with #42CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CAB0; }
p { color: rgb(66,202,176); }
H1.HeaderClassName
{
color: #42CAB0;
}
.AnyTagClassName
{
color: #42CAB0;
}
</style>
background-color css
<style>
a { background-color: #42CAB0; }
a { background-color: rgb(66,202,176); }
div.DivClassName
{
background-color: #42CAB0;
}
.BgClassName
{
background-color: #42CAB0;
}
</style>
border-color css
<style>
span { border-color: #42CAB0; }
span { border-color: rgb(66,202,176); }
td.TdClassName
{
border-color: #42CAB0;
}
.TagClassName
{
border-color: #42CAB0;
}
</style>