Shades of Puerto Rico #42BDA8
Tints of Puerto Rico #42BDA8
RGB
CMYK
RGB Variations
Color information
#42BDA8 (or 0x42BDA8) is known color: Puerto Rico. HEX triplet: 42, BD and A8. RGB value is (66,189,168). Sum of RGB (Red+Green+Blue) = 66+189+168=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #42BDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BDA8 is #BD4257. Grayscale: #959595. Windows color (decimal): -12403288 or 11058498. OLE color: 11058498.
HSL color Cylindrical-coordinate representation of color #42BDA8: hue angle of 169.76º 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 #42BDA8 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 168 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.26 |
| HSL | 169.76º | 0.48% | 0.5% | - |
| HSV(B) | 169.76º | 0.65% | 0.74% | - |
| XYZ | 27.51 | 40.38 | 43.39 | - |
| YUV | 149.83 | 138.25 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 168 | 0.65 | 0 | 0.11 | 0.26 | 169.76 | 0.48 | 0.5 |
| Hex | 42 | BD | A8 | 41 | 0 | B | 1A | AA | 30 | 32 |
| Octal | 102 | 275 | 250 | 101 | 0 | 13 | 32 | 252 | 60 | 62 |
| Binary | 1000010 | 10111101 | 10101000 | 1000001 | 0 | 1011 | 11010 | 10101010 | 110000 | 110010 |
Color Harmonies of #42BDA8
Complementary color
Monochromatic Colors of #42BDA8
Black with #42BDA8
Text Example
Text Example
White with #42BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDA8; }
p { color: rgb(66,189,168); }
H1.HeaderClassName
{
color: #42BDA8;
}
.AnyTagClassName
{
color: #42BDA8;
}
</style>
background-color css
<style>
a { background-color: #42BDA8; }
a { background-color: rgb(66,189,168); }
div.DivClassName
{
background-color: #42BDA8;
}
.BgClassName
{
background-color: #42BDA8;
}
</style>
border-color css
<style>
span { border-color: #42BDA8; }
span { border-color: rgb(66,189,168); }
td.TdClassName
{
border-color: #42BDA8;
}
.TagClassName
{
border-color: #42BDA8;
}
</style>