Shades of Puerto Rico #42BCB2
Tints of Puerto Rico #42BCB2
RGB
CMYK
RGB Variations
Color information
#42BCB2 (or 0x42BCB2) is known color: Puerto Rico. HEX triplet: 42, BC and B2. RGB value is (66,188,178). Sum of RGB (Red+Green+Blue) = 66+188+178=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #42BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BCB2 is #BD434D. Grayscale: #969696. Windows color (decimal): -12403534 or 11713602. OLE color: 11713602.
HSL color Cylindrical-coordinate representation of color #42BCB2: hue angle of 175.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BCB2 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 178 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.26 |
| HSL | 175.08º | 0.48% | 0.5% | - |
| HSV(B) | 175.08º | 0.65% | 0.74% | - |
| XYZ | 28.27 | 40.34 | 48.42 | - |
| YUV | 150.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 178 | 0.65 | 0 | 0.05 | 0.26 | 175.08 | 0.48 | 0.5 |
| Hex | 42 | BC | B2 | 41 | 0 | 5 | 1A | AF | 30 | 32 |
| Octal | 102 | 274 | 262 | 101 | 0 | 5 | 32 | 257 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10110010 | 1000001 | 0 | 101 | 11010 | 10101111 | 110000 | 110010 |
Color Harmonies of #42BCB2
Complementary color
Monochromatic Colors of #42BCB2
Black with #42BCB2
Text Example
Text Example
White with #42BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCB2; }
p { color: rgb(66,188,178); }
H1.HeaderClassName
{
color: #42BCB2;
}
.AnyTagClassName
{
color: #42BCB2;
}
</style>
background-color css
<style>
a { background-color: #42BCB2; }
a { background-color: rgb(66,188,178); }
div.DivClassName
{
background-color: #42BCB2;
}
.BgClassName
{
background-color: #42BCB2;
}
</style>
border-color css
<style>
span { border-color: #42BCB2; }
span { border-color: rgb(66,188,178); }
td.TdClassName
{
border-color: #42BCB2;
}
.TagClassName
{
border-color: #42BCB2;
}
</style>