Shades of Puerto Rico #42B2A3
Tints of Puerto Rico #42B2A3
RGB
CMYK
RGB Variations
Color information
#42B2A3 (or 0x42B2A3) is known color: Puerto Rico. HEX triplet: 42, B2 and A3. RGB value is (66,178,163). Sum of RGB (Red+Green+Blue) = 66+178+163=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #42B2A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B2A3 is #BD4D5C. Grayscale: #8E8E8E. Windows color (decimal): -12406109 or 10728002. OLE color: 10728002.
HSL color Cylindrical-coordinate representation of color #42B2A3: hue angle of 171.96º 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 #42B2A3 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 163 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.30 |
| HSL | 171.96º | 0.46% | 0.48% | - |
| HSV(B) | 171.96º | 0.63% | 0.7% | - |
| XYZ | 24.78 | 35.64 | 40.22 | - |
| YUV | 142.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 163 | 0.63 | 0 | 0.08 | 0.30 | 171.96 | 0.46 | 0.48 |
| Hex | 42 | B2 | A3 | 3F | 0 | 8 | 1E | AC | 2E | 30 |
| Octal | 102 | 262 | 243 | 77 | 0 | 10 | 36 | 254 | 56 | 60 |
| Binary | 1000010 | 10110010 | 10100011 | 111111 | 0 | 1000 | 11110 | 10101100 | 101110 | 110000 |
Color Harmonies of #42B2A3
Complementary color
Monochromatic Colors of #42B2A3
Black with #42B2A3
Text Example
Text Example
White with #42B2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B2A3; }
p { color: rgb(66,178,163); }
H1.HeaderClassName
{
color: #42B2A3;
}
.AnyTagClassName
{
color: #42B2A3;
}
</style>
background-color css
<style>
a { background-color: #42B2A3; }
a { background-color: rgb(66,178,163); }
div.DivClassName
{
background-color: #42B2A3;
}
.BgClassName
{
background-color: #42B2A3;
}
</style>
border-color css
<style>
span { border-color: #42B2A3; }
span { border-color: rgb(66,178,163); }
td.TdClassName
{
border-color: #42B2A3;
}
.TagClassName
{
border-color: #42B2A3;
}
</style>