Shades of Puerto Rico #42C6AD
Tints of Puerto Rico #42C6AD
RGB
CMYK
RGB Variations
Color information
#42C6AD (or 0x42C6AD) is known color: Puerto Rico. HEX triplet: 42, C6 and AD. RGB value is (66,198,173). Sum of RGB (Red+Green+Blue) = 66+198+173=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #42C6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C6AD is #BD3952. Grayscale: #9B9B9B. Windows color (decimal): -12400979 or 11388482. OLE color: 11388482.
HSL color Cylindrical-coordinate representation of color #42C6AD: hue angle of 168.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C6AD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 173 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.22 |
| HSL | 168.64º | 0.54% | 0.52% | - |
| HSV(B) | 168.64º | 0.67% | 0.78% | - |
| XYZ | 29.98 | 44.56 | 46.56 | - |
| YUV | 155.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 173 | 0.67 | 0 | 0.13 | 0.22 | 168.64 | 0.54 | 0.52 |
| Hex | 42 | C6 | AD | 43 | 0 | D | 16 | A9 | 36 | 34 |
| Octal | 102 | 306 | 255 | 103 | 0 | 15 | 26 | 251 | 66 | 64 |
| Binary | 1000010 | 11000110 | 10101101 | 1000011 | 0 | 1101 | 10110 | 10101001 | 110110 | 110100 |
Color Harmonies of #42C6AD
Complementary color
Monochromatic Colors of #42C6AD
Black with #42C6AD
Text Example
Text Example
White with #42C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C6AD; }
p { color: rgb(66,198,173); }
H1.HeaderClassName
{
color: #42C6AD;
}
.AnyTagClassName
{
color: #42C6AD;
}
</style>
background-color css
<style>
a { background-color: #42C6AD; }
a { background-color: rgb(66,198,173); }
div.DivClassName
{
background-color: #42C6AD;
}
.BgClassName
{
background-color: #42C6AD;
}
</style>
border-color css
<style>
span { border-color: #42C6AD; }
span { border-color: rgb(66,198,173); }
td.TdClassName
{
border-color: #42C6AD;
}
.TagClassName
{
border-color: #42C6AD;
}
</style>