Shades of Puerto Rico #42B7AC
Tints of Puerto Rico #42B7AC
RGB
CMYK
RGB Variations
Color information
#42B7AC (or 0x42B7AC) is known color: Puerto Rico. HEX triplet: 42, B7 and AC. RGB value is (66,183,172). Sum of RGB (Red+Green+Blue) = 66+183+172=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #42B7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B7AC is #BD4853. Grayscale: #929292. Windows color (decimal): -12404820 or 11319106. OLE color: 11319106.
HSL color Cylindrical-coordinate representation of color #42B7AC: hue angle of 174.36º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B7AC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 172 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.28 |
| HSL | 174.36º | 0.47% | 0.49% | - |
| HSV(B) | 174.36º | 0.64% | 0.72% | - |
| XYZ | 26.63 | 38 | 44.96 | - |
| YUV | 146.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 172 | 0.64 | 0 | 0.06 | 0.28 | 174.36 | 0.47 | 0.49 |
| Hex | 42 | B7 | AC | 40 | 0 | 6 | 1C | AE | 2F | 31 |
| Octal | 102 | 267 | 254 | 100 | 0 | 6 | 34 | 256 | 57 | 61 |
| Binary | 1000010 | 10110111 | 10101100 | 1000000 | 0 | 110 | 11100 | 10101110 | 101111 | 110001 |
Color Harmonies of #42B7AC
Complementary color
Monochromatic Colors of #42B7AC
Black with #42B7AC
Text Example
Text Example
White with #42B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B7AC; }
p { color: rgb(66,183,172); }
H1.HeaderClassName
{
color: #42B7AC;
}
.AnyTagClassName
{
color: #42B7AC;
}
</style>
background-color css
<style>
a { background-color: #42B7AC; }
a { background-color: rgb(66,183,172); }
div.DivClassName
{
background-color: #42B7AC;
}
.BgClassName
{
background-color: #42B7AC;
}
</style>
border-color css
<style>
span { border-color: #42B7AC; }
span { border-color: rgb(66,183,172); }
td.TdClassName
{
border-color: #42B7AC;
}
.TagClassName
{
border-color: #42B7AC;
}
</style>