Shades of Puerto Rico #42C0AC
Tints of Puerto Rico #42C0AC
RGB
CMYK
RGB Variations
Color information
#42C0AC (or 0x42C0AC) is known color: Puerto Rico. HEX triplet: 42, C0 and AC. RGB value is (66,192,172). Sum of RGB (Red+Green+Blue) = 66+192+172=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #42C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C0AC is #BD3F53. Grayscale: #989898. Windows color (decimal): -12402516 or 11321410. OLE color: 11321410.
HSL color Cylindrical-coordinate representation of color #42C0AC: hue angle of 170.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C0AC is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 172 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.25 |
| HSL | 170.48º | 0.5% | 0.51% | - |
| HSV(B) | 170.48º | 0.66% | 0.75% | - |
| XYZ | 28.54 | 41.84 | 45.6 | - |
| YUV | 152.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 172 | 0.66 | 0 | 0.10 | 0.25 | 170.48 | 0.5 | 0.51 |
| Hex | 42 | C0 | AC | 42 | 0 | A | 19 | AA | 32 | 33 |
| Octal | 102 | 300 | 254 | 102 | 0 | 12 | 31 | 252 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10101100 | 1000010 | 0 | 1010 | 11001 | 10101010 | 110010 | 110011 |
Color Harmonies of #42C0AC
Complementary color
Monochromatic Colors of #42C0AC
Black with #42C0AC
Text Example
Text Example
White with #42C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C0AC; }
p { color: rgb(66,192,172); }
H1.HeaderClassName
{
color: #42C0AC;
}
.AnyTagClassName
{
color: #42C0AC;
}
</style>
background-color css
<style>
a { background-color: #42C0AC; }
a { background-color: rgb(66,192,172); }
div.DivClassName
{
background-color: #42C0AC;
}
.BgClassName
{
background-color: #42C0AC;
}
</style>
border-color css
<style>
span { border-color: #42C0AC; }
span { border-color: rgb(66,192,172); }
td.TdClassName
{
border-color: #42C0AC;
}
.TagClassName
{
border-color: #42C0AC;
}
</style>