Shades of Puerto Rico #3FAFA3
Tints of Puerto Rico #3FAFA3
RGB
CMYK
RGB Variations
Color information
#3FAFA3 (or 0x3FAFA3) is known color: Puerto Rico. HEX triplet: 3F, AF and A3. RGB value is (63,175,163). Sum of RGB (Red+Green+Blue) = 63+175+163=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFA3 is #C0505C. Grayscale: #8C8C8C. Windows color (decimal): -12603485 or 10727231. OLE color: 10727231.
HSL color Cylindrical-coordinate representation of color #3FAFA3: hue angle of 173.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAFA3 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 163 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.31 |
| HSL | 173.57º | 0.47% | 0.47% | - |
| HSV(B) | 173.57º | 0.64% | 0.69% | - |
| XYZ | 23.99 | 34.36 | 40.02 | - |
| YUV | 140.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 163 | 0.64 | 0 | 0.07 | 0.31 | 173.57 | 0.47 | 0.47 |
| Hex | 3F | AF | A3 | 40 | 0 | 7 | 1F | AE | 2F | 2F |
| Octal | 77 | 257 | 243 | 100 | 0 | 7 | 37 | 256 | 57 | 57 |
| Binary | 111111 | 10101111 | 10100011 | 1000000 | 0 | 111 | 11111 | 10101110 | 101111 | 101111 |
Color Harmonies of #3FAFA3
Complementary color
Monochromatic Colors of #3FAFA3
Black with #3FAFA3
Text Example
Text Example
White with #3FAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFA3; }
p { color: rgb(63,175,163); }
H1.HeaderClassName
{
color: #3FAFA3;
}
.AnyTagClassName
{
color: #3FAFA3;
}
</style>
background-color css
<style>
a { background-color: #3FAFA3; }
a { background-color: rgb(63,175,163); }
div.DivClassName
{
background-color: #3FAFA3;
}
.BgClassName
{
background-color: #3FAFA3;
}
</style>
border-color css
<style>
span { border-color: #3FAFA3; }
span { border-color: rgb(63,175,163); }
td.TdClassName
{
border-color: #3FAFA3;
}
.TagClassName
{
border-color: #3FAFA3;
}
</style>