Shades of Puerto Rico #42C1AF
Tints of Puerto Rico #42C1AF
RGB
CMYK
RGB Variations
Color information
#42C1AF (or 0x42C1AF) is known color: Puerto Rico. HEX triplet: 42, C1 and AF. RGB value is (66,193,175). Sum of RGB (Red+Green+Blue) = 66+193+175=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #42C1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C1AF is #BD3E50. Grayscale: #989898. Windows color (decimal): -12402257 or 11518274. OLE color: 11518274.
HSL color Cylindrical-coordinate representation of color #42C1AF: hue angle of 171.5º 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 #42C1AF is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 175 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.24 |
| HSL | 171.5º | 0.51% | 0.51% | - |
| HSV(B) | 171.5º | 0.66% | 0.76% | - |
| XYZ | 29.05 | 42.39 | 47.21 | - |
| YUV | 152.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 175 | 0.66 | 0 | 0.09 | 0.24 | 171.5 | 0.51 | 0.51 |
| Hex | 42 | C1 | AF | 42 | 0 | 9 | 18 | AB | 33 | 33 |
| Octal | 102 | 301 | 257 | 102 | 0 | 11 | 30 | 253 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10101111 | 1000010 | 0 | 1001 | 11000 | 10101011 | 110011 | 110011 |
Color Harmonies of #42C1AF
Complementary color
Monochromatic Colors of #42C1AF
Black with #42C1AF
Text Example
Text Example
White with #42C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C1AF; }
p { color: rgb(66,193,175); }
H1.HeaderClassName
{
color: #42C1AF;
}
.AnyTagClassName
{
color: #42C1AF;
}
</style>
background-color css
<style>
a { background-color: #42C1AF; }
a { background-color: rgb(66,193,175); }
div.DivClassName
{
background-color: #42C1AF;
}
.BgClassName
{
background-color: #42C1AF;
}
</style>
border-color css
<style>
span { border-color: #42C1AF; }
span { border-color: rgb(66,193,175); }
td.TdClassName
{
border-color: #42C1AF;
}
.TagClassName
{
border-color: #42C1AF;
}
</style>