Shades of Puerto Rico #42BDAD
Tints of Puerto Rico #42BDAD
RGB
CMYK
RGB Variations
Color information
#42BDAD (or 0x42BDAD) is known color: Puerto Rico. HEX triplet: 42, BD and AD. RGB value is (66,189,173). Sum of RGB (Red+Green+Blue) = 66+189+173=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #42BDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BDAD is #BD4252. Grayscale: #969696. Windows color (decimal): -12403283 or 11386178. OLE color: 11386178.
HSL color Cylindrical-coordinate representation of color #42BDAD: hue angle of 172.2º 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 #42BDAD is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 173 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.26 |
| HSL | 172.2º | 0.48% | 0.5% | - |
| HSV(B) | 172.2º | 0.65% | 0.74% | - |
| XYZ | 27.99 | 40.57 | 45.89 | - |
| YUV | 150.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 173 | 0.65 | 0 | 0.08 | 0.26 | 172.2 | 0.48 | 0.5 |
| Hex | 42 | BD | AD | 41 | 0 | 8 | 1A | AC | 30 | 32 |
| Octal | 102 | 275 | 255 | 101 | 0 | 10 | 32 | 254 | 60 | 62 |
| Binary | 1000010 | 10111101 | 10101101 | 1000001 | 0 | 1000 | 11010 | 10101100 | 110000 | 110010 |
Color Harmonies of #42BDAD
Complementary color
Monochromatic Colors of #42BDAD
Black with #42BDAD
Text Example
Text Example
White with #42BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDAD; }
p { color: rgb(66,189,173); }
H1.HeaderClassName
{
color: #42BDAD;
}
.AnyTagClassName
{
color: #42BDAD;
}
</style>
background-color css
<style>
a { background-color: #42BDAD; }
a { background-color: rgb(66,189,173); }
div.DivClassName
{
background-color: #42BDAD;
}
.BgClassName
{
background-color: #42BDAD;
}
</style>
border-color css
<style>
span { border-color: #42BDAD; }
span { border-color: rgb(66,189,173); }
td.TdClassName
{
border-color: #42BDAD;
}
.TagClassName
{
border-color: #42BDAD;
}
</style>