Shades of Puerto Rico #42BCB4
Tints of Puerto Rico #42BCB4
RGB
CMYK
RGB Variations
Color information
#42BCB4 (or 0x42BCB4) is known color: Puerto Rico. HEX triplet: 42, BC and B4. RGB value is (66,188,180). Sum of RGB (Red+Green+Blue) = 66+188+180=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #42BCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCB4 is #BD434B. Grayscale: #969696. Windows color (decimal): -12403532 or 11844674. OLE color: 11844674.
HSL color Cylindrical-coordinate representation of color #42BCB4: hue angle of 176.07º 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 #42BCB4 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 180 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.26 |
| HSL | 176.07º | 0.48% | 0.5% | - |
| HSV(B) | 176.07º | 0.65% | 0.74% | - |
| XYZ | 28.47 | 40.42 | 49.48 | - |
| YUV | 150.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 180 | 0.65 | 0 | 0.04 | 0.26 | 176.07 | 0.48 | 0.5 |
| Hex | 42 | BC | B4 | 41 | 0 | 4 | 1A | B0 | 30 | 32 |
| Octal | 102 | 274 | 264 | 101 | 0 | 4 | 32 | 260 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10110100 | 1000001 | 0 | 100 | 11010 | 10110000 | 110000 | 110010 |
Color Harmonies of #42BCB4
Complementary color
Monochromatic Colors of #42BCB4
Black with #42BCB4
Text Example
Text Example
White with #42BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCB4; }
p { color: rgb(66,188,180); }
H1.HeaderClassName
{
color: #42BCB4;
}
.AnyTagClassName
{
color: #42BCB4;
}
</style>
background-color css
<style>
a { background-color: #42BCB4; }
a { background-color: rgb(66,188,180); }
div.DivClassName
{
background-color: #42BCB4;
}
.BgClassName
{
background-color: #42BCB4;
}
</style>
border-color css
<style>
span { border-color: #42BCB4; }
span { border-color: rgb(66,188,180); }
td.TdClassName
{
border-color: #42BCB4;
}
.TagClassName
{
border-color: #42BCB4;
}
</style>