Shades of Puerto Rico #42C2AA
Tints of Puerto Rico #42C2AA
RGB
CMYK
RGB Variations
Color information
#42C2AA (or 0x42C2AA) is known color: Puerto Rico. HEX triplet: 42, C2 and AA. RGB value is (66,194,170). Sum of RGB (Red+Green+Blue) = 66+194+170=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #42C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C2AA is #BD3D55. Grayscale: #989898. Windows color (decimal): -12402006 or 11190850. OLE color: 11190850.
HSL color Cylindrical-coordinate representation of color #42C2AA: hue angle of 168.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C2AA is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 170 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.24 |
| HSL | 168.75º | 0.51% | 0.51% | - |
| HSV(B) | 168.75º | 0.66% | 0.76% | - |
| XYZ | 28.79 | 42.64 | 44.74 | - |
| YUV | 152.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 170 | 0.66 | 0 | 0.12 | 0.24 | 168.75 | 0.51 | 0.51 |
| Hex | 42 | C2 | AA | 42 | 0 | C | 18 | A9 | 33 | 33 |
| Octal | 102 | 302 | 252 | 102 | 0 | 14 | 30 | 251 | 63 | 63 |
| Binary | 1000010 | 11000010 | 10101010 | 1000010 | 0 | 1100 | 11000 | 10101001 | 110011 | 110011 |
Color Harmonies of #42C2AA
Complementary color
Monochromatic Colors of #42C2AA
Black with #42C2AA
Text Example
Text Example
White with #42C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2AA; }
p { color: rgb(66,194,170); }
H1.HeaderClassName
{
color: #42C2AA;
}
.AnyTagClassName
{
color: #42C2AA;
}
</style>
background-color css
<style>
a { background-color: #42C2AA; }
a { background-color: rgb(66,194,170); }
div.DivClassName
{
background-color: #42C2AA;
}
.BgClassName
{
background-color: #42C2AA;
}
</style>
border-color css
<style>
span { border-color: #42C2AA; }
span { border-color: rgb(66,194,170); }
td.TdClassName
{
border-color: #42C2AA;
}
.TagClassName
{
border-color: #42C2AA;
}
</style>