Shades of Puerto Rico #42BEAC
Tints of Puerto Rico #42BEAC
RGB
CMYK
RGB Variations
Color information
#42BEAC (or 0x42BEAC) is known color: Puerto Rico. HEX triplet: 42, BE and AC. RGB value is (66,190,172). Sum of RGB (Red+Green+Blue) = 66+190+172=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEAC is #BD4153. Grayscale: #969696. Windows color (decimal): -12403028 or 11320898. OLE color: 11320898.
HSL color Cylindrical-coordinate representation of color #42BEAC: hue angle of 171.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BEAC is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 172 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.25 |
| HSL | 171.29º | 0.49% | 0.5% | - |
| HSV(B) | 171.29º | 0.65% | 0.75% | - |
| XYZ | 28.11 | 40.96 | 45.46 | - |
| YUV | 150.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 172 | 0.65 | 0 | 0.09 | 0.25 | 171.29 | 0.49 | 0.5 |
| Hex | 42 | BE | AC | 41 | 0 | 9 | 19 | AB | 31 | 32 |
| Octal | 102 | 276 | 254 | 101 | 0 | 11 | 31 | 253 | 61 | 62 |
| Binary | 1000010 | 10111110 | 10101100 | 1000001 | 0 | 1001 | 11001 | 10101011 | 110001 | 110010 |
Color Harmonies of #42BEAC
Complementary color
Monochromatic Colors of #42BEAC
Black with #42BEAC
Text Example
Text Example
White with #42BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEAC; }
p { color: rgb(66,190,172); }
H1.HeaderClassName
{
color: #42BEAC;
}
.AnyTagClassName
{
color: #42BEAC;
}
</style>
background-color css
<style>
a { background-color: #42BEAC; }
a { background-color: rgb(66,190,172); }
div.DivClassName
{
background-color: #42BEAC;
}
.BgClassName
{
background-color: #42BEAC;
}
</style>
border-color css
<style>
span { border-color: #42BEAC; }
span { border-color: rgb(66,190,172); }
td.TdClassName
{
border-color: #42BEAC;
}
.TagClassName
{
border-color: #42BEAC;
}
</style>