Shades of Puerto Rico #42B29B
Tints of Puerto Rico #42B29B
RGB
CMYK
RGB Variations
Color information
#42B29B (or 0x42B29B) is known color: Puerto Rico. HEX triplet: 42, B2 and 9B. RGB value is (66,178,155). Sum of RGB (Red+Green+Blue) = 66+178+155=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #42B29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B29B is #BD4D64. Grayscale: #8D8D8D. Windows color (decimal): -12406117 or 10203714. OLE color: 10203714.
HSL color Cylindrical-coordinate representation of color #42B29B: hue angle of 167.68º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B29B is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 155 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.30 |
| HSL | 167.68º | 0.46% | 0.48% | - |
| HSV(B) | 167.68º | 0.63% | 0.7% | - |
| XYZ | 24.08 | 35.37 | 36.57 | - |
| YUV | 141.89 | 135.39 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 155 | 0.63 | 0 | 0.13 | 0.30 | 167.68 | 0.46 | 0.48 |
| Hex | 42 | B2 | 9B | 3F | 0 | D | 1E | A8 | 2E | 30 |
| Octal | 102 | 262 | 233 | 77 | 0 | 15 | 36 | 250 | 56 | 60 |
| Binary | 1000010 | 10110010 | 10011011 | 111111 | 0 | 1101 | 11110 | 10101000 | 101110 | 110000 |
Color Harmonies of #42B29B
Complementary color
Monochromatic Colors of #42B29B
Black with #42B29B
Text Example
Text Example
White with #42B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B29B; }
p { color: rgb(66,178,155); }
H1.HeaderClassName
{
color: #42B29B;
}
.AnyTagClassName
{
color: #42B29B;
}
</style>
background-color css
<style>
a { background-color: #42B29B; }
a { background-color: rgb(66,178,155); }
div.DivClassName
{
background-color: #42B29B;
}
.BgClassName
{
background-color: #42B29B;
}
</style>
border-color css
<style>
span { border-color: #42B29B; }
span { border-color: rgb(66,178,155); }
td.TdClassName
{
border-color: #42B29B;
}
.TagClassName
{
border-color: #42B29B;
}
</style>