Shades of Puerto Rico #42B6A7
Tints of Puerto Rico #42B6A7
RGB
CMYK
RGB Variations
Color information
#42B6A7 (or 0x42B6A7) is known color: Puerto Rico. HEX triplet: 42, B6 and A7. RGB value is (66,182,167). Sum of RGB (Red+Green+Blue) = 66+182+167=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #42B6A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B6A7 is #BD4958. Grayscale: #919191. Windows color (decimal): -12405081 or 10991170. OLE color: 10991170.
HSL color Cylindrical-coordinate representation of color #42B6A7: hue angle of 172.24º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B6A7 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 167 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.29 |
| HSL | 172.24º | 0.47% | 0.49% | - |
| HSV(B) | 172.24º | 0.64% | 0.71% | - |
| XYZ | 25.95 | 37.4 | 42.41 | - |
| YUV | 145.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 167 | 0.64 | 0 | 0.08 | 0.29 | 172.24 | 0.47 | 0.49 |
| Hex | 42 | B6 | A7 | 40 | 0 | 8 | 1D | AC | 2F | 31 |
| Octal | 102 | 266 | 247 | 100 | 0 | 10 | 35 | 254 | 57 | 61 |
| Binary | 1000010 | 10110110 | 10100111 | 1000000 | 0 | 1000 | 11101 | 10101100 | 101111 | 110001 |
Color Harmonies of #42B6A7
Complementary color
Monochromatic Colors of #42B6A7
Black with #42B6A7
Text Example
Text Example
White with #42B6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B6A7; }
p { color: rgb(66,182,167); }
H1.HeaderClassName
{
color: #42B6A7;
}
.AnyTagClassName
{
color: #42B6A7;
}
</style>
background-color css
<style>
a { background-color: #42B6A7; }
a { background-color: rgb(66,182,167); }
div.DivClassName
{
background-color: #42B6A7;
}
.BgClassName
{
background-color: #42B6A7;
}
</style>
border-color css
<style>
span { border-color: #42B6A7; }
span { border-color: rgb(66,182,167); }
td.TdClassName
{
border-color: #42B6A7;
}
.TagClassName
{
border-color: #42B6A7;
}
</style>