Shades of Puerto Rico #42AAA5
Tints of Puerto Rico #42AAA5
RGB
CMYK
RGB Variations
Color information
#42AAA5 (or 0x42AAA5) is known color: Puerto Rico. HEX triplet: 42, AA and A5. RGB value is (66,170,165). Sum of RGB (Red+Green+Blue) = 66+170+165=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #42AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AAA5 is #BD555A. Grayscale: #8A8A8A. Windows color (decimal): -12408155 or 10857026. OLE color: 10857026.
HSL color Cylindrical-coordinate representation of color #42AAA5: hue angle of 177.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AAA5 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 165 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.33 |
| HSL | 177.12º | 0.44% | 0.46% | - |
| HSV(B) | 177.12º | 0.61% | 0.67% | - |
| XYZ | 23.41 | 32.62 | 40.66 | - |
| YUV | 138.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 165 | 0.61 | 0 | 0.03 | 0.33 | 177.12 | 0.44 | 0.46 |
| Hex | 42 | AA | A5 | 3D | 0 | 3 | 21 | B1 | 2C | 2E |
| Octal | 102 | 252 | 245 | 75 | 0 | 3 | 41 | 261 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10100101 | 111101 | 0 | 11 | 100001 | 10110001 | 101100 | 101110 |
Color Harmonies of #42AAA5
Complementary color
Monochromatic Colors of #42AAA5
Black with #42AAA5
Text Example
Text Example
White with #42AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAA5; }
p { color: rgb(66,170,165); }
H1.HeaderClassName
{
color: #42AAA5;
}
.AnyTagClassName
{
color: #42AAA5;
}
</style>
background-color css
<style>
a { background-color: #42AAA5; }
a { background-color: rgb(66,170,165); }
div.DivClassName
{
background-color: #42AAA5;
}
.BgClassName
{
background-color: #42AAA5;
}
</style>
border-color css
<style>
span { border-color: #42AAA5; }
span { border-color: rgb(66,170,165); }
td.TdClassName
{
border-color: #42AAA5;
}
.TagClassName
{
border-color: #42AAA5;
}
</style>