Shades of Puerto Rico #42B69B
Tints of Puerto Rico #42B69B
RGB
CMYK
RGB Variations
Color information
#42B69B (or 0x42B69B) is known color: Puerto Rico. HEX triplet: 42, B6 and 9B. RGB value is (66,182,155). Sum of RGB (Red+Green+Blue) = 66+182+155=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #42B69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B69B is #BD4964. Grayscale: #909090. Windows color (decimal): -12405093 or 10204738. OLE color: 10204738.
HSL color Cylindrical-coordinate representation of color #42B69B: hue angle of 166.03º 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 #42B69B is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 155 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.29 |
| HSL | 166.03º | 0.47% | 0.49% | - |
| HSV(B) | 166.03º | 0.64% | 0.71% | - |
| XYZ | 24.89 | 36.98 | 36.84 | - |
| YUV | 144.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 155 | 0.64 | 0 | 0.15 | 0.29 | 166.03 | 0.47 | 0.49 |
| Hex | 42 | B6 | 9B | 40 | 0 | F | 1D | A6 | 2F | 31 |
| Octal | 102 | 266 | 233 | 100 | 0 | 17 | 35 | 246 | 57 | 61 |
| Binary | 1000010 | 10110110 | 10011011 | 1000000 | 0 | 1111 | 11101 | 10100110 | 101111 | 110001 |
Color Harmonies of #42B69B
Complementary color
Monochromatic Colors of #42B69B
Black with #42B69B
Text Example
Text Example
White with #42B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B69B; }
p { color: rgb(66,182,155); }
H1.HeaderClassName
{
color: #42B69B;
}
.AnyTagClassName
{
color: #42B69B;
}
</style>
background-color css
<style>
a { background-color: #42B69B; }
a { background-color: rgb(66,182,155); }
div.DivClassName
{
background-color: #42B69B;
}
.BgClassName
{
background-color: #42B69B;
}
</style>
border-color css
<style>
span { border-color: #42B69B; }
span { border-color: rgb(66,182,155); }
td.TdClassName
{
border-color: #42B69B;
}
.TagClassName
{
border-color: #42B69B;
}
</style>