Shades of Puerto Rico #42C3AF
Tints of Puerto Rico #42C3AF
RGB
CMYK
RGB Variations
Color information
#42C3AF (or 0x42C3AF) is known color: Puerto Rico. HEX triplet: 42, C3 and AF. RGB value is (66,195,175). Sum of RGB (Red+Green+Blue) = 66+195+175=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #42C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C3AF is #BD3C50. Grayscale: #9A9A9A. Windows color (decimal): -12401745 or 11518786. OLE color: 11518786.
HSL color Cylindrical-coordinate representation of color #42C3AF: hue angle of 170.7º degrees, saturation: 0.52, 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 #42C3AF is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 175 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.24 |
| HSL | 170.7º | 0.52% | 0.51% | - |
| HSV(B) | 170.7º | 0.66% | 0.76% | - |
| XYZ | 29.5 | 43.28 | 47.36 | - |
| YUV | 154.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 175 | 0.66 | 0 | 0.10 | 0.24 | 170.7 | 0.52 | 0.51 |
| Hex | 42 | C3 | AF | 42 | 0 | A | 18 | AB | 34 | 33 |
| Octal | 102 | 303 | 257 | 102 | 0 | 12 | 30 | 253 | 64 | 63 |
| Binary | 1000010 | 11000011 | 10101111 | 1000010 | 0 | 1010 | 11000 | 10101011 | 110100 | 110011 |
Color Harmonies of #42C3AF
Complementary color
Monochromatic Colors of #42C3AF
Black with #42C3AF
Text Example
Text Example
White with #42C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C3AF; }
p { color: rgb(66,195,175); }
H1.HeaderClassName
{
color: #42C3AF;
}
.AnyTagClassName
{
color: #42C3AF;
}
</style>
background-color css
<style>
a { background-color: #42C3AF; }
a { background-color: rgb(66,195,175); }
div.DivClassName
{
background-color: #42C3AF;
}
.BgClassName
{
background-color: #42C3AF;
}
</style>
border-color css
<style>
span { border-color: #42C3AF; }
span { border-color: rgb(66,195,175); }
td.TdClassName
{
border-color: #42C3AF;
}
.TagClassName
{
border-color: #42C3AF;
}
</style>