Shades of Puerto Rico #47B69C
Tints of Puerto Rico #47B69C
RGB
CMYK
RGB Variations
Color information
#47B69C (or 0x47B69C) is known color: Puerto Rico. HEX triplet: 47, B6 and 9C. RGB value is (71,182,156). Sum of RGB (Red+Green+Blue) = 71+182+156=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #47B69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B69C is #B84963. Grayscale: #919191. Windows color (decimal): -12077412 or 10270279. OLE color: 10270279.
HSL color Cylindrical-coordinate representation of color #47B69C: hue angle of 165.95º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B69C is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 182 | 156 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.29 |
| HSL | 165.95º | 0.44% | 0.5% | - |
| HSV(B) | 165.95º | 0.61% | 0.71% | - |
| XYZ | 25.33 | 37.2 | 37.3 | - |
| YUV | 145.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 182 | 156 | 0.61 | 0 | 0.14 | 0.29 | 165.95 | 0.44 | 0.5 |
| Hex | 47 | B6 | 9C | 3D | 0 | E | 1D | A6 | 2C | 32 |
| Octal | 107 | 266 | 234 | 75 | 0 | 16 | 35 | 246 | 54 | 62 |
| Binary | 1000111 | 10110110 | 10011100 | 111101 | 0 | 1110 | 11101 | 10100110 | 101100 | 110010 |
Color Harmonies of #47B69C
Complementary color
Monochromatic Colors of #47B69C
Black with #47B69C
Text Example
Text Example
White with #47B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B69C; }
p { color: rgb(71,182,156); }
H1.HeaderClassName
{
color: #47B69C;
}
.AnyTagClassName
{
color: #47B69C;
}
</style>
background-color css
<style>
a { background-color: #47B69C; }
a { background-color: rgb(71,182,156); }
div.DivClassName
{
background-color: #47B69C;
}
.BgClassName
{
background-color: #47B69C;
}
</style>
border-color css
<style>
span { border-color: #47B69C; }
span { border-color: rgb(71,182,156); }
td.TdClassName
{
border-color: #47B69C;
}
.TagClassName
{
border-color: #47B69C;
}
</style>