Shades of Puerto Rico #41AFAB
Tints of Puerto Rico #41AFAB
RGB
CMYK
RGB Variations
Color information
#41AFAB (or 0x41AFAB) is known color: Puerto Rico. HEX triplet: 41, AF and AB. RGB value is (65,175,171). Sum of RGB (Red+Green+Blue) = 65+175+171=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #41AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AFAB is #BE5054. Grayscale: #8D8D8D. Windows color (decimal): -12472405 or 11251521. OLE color: 11251521.
HSL color Cylindrical-coordinate representation of color #41AFAB: hue angle of 177.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AFAB is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 171 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.31 |
| HSL | 177.82º | 0.46% | 0.47% | - |
| HSV(B) | 177.82º | 0.63% | 0.69% | - |
| XYZ | 24.86 | 34.72 | 43.92 | - |
| YUV | 141.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 171 | 0.63 | 0 | 0.02 | 0.31 | 177.82 | 0.46 | 0.47 |
| Hex | 41 | AF | AB | 3F | 0 | 2 | 1F | B2 | 2E | 2F |
| Octal | 101 | 257 | 253 | 77 | 0 | 2 | 37 | 262 | 56 | 57 |
| Binary | 1000001 | 10101111 | 10101011 | 111111 | 0 | 10 | 11111 | 10110010 | 101110 | 101111 |
Color Harmonies of #41AFAB
Complementary color
Monochromatic Colors of #41AFAB
Black with #41AFAB
Text Example
Text Example
White with #41AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AFAB; }
p { color: rgb(65,175,171); }
H1.HeaderClassName
{
color: #41AFAB;
}
.AnyTagClassName
{
color: #41AFAB;
}
</style>
background-color css
<style>
a { background-color: #41AFAB; }
a { background-color: rgb(65,175,171); }
div.DivClassName
{
background-color: #41AFAB;
}
.BgClassName
{
background-color: #41AFAB;
}
</style>
border-color css
<style>
span { border-color: #41AFAB; }
span { border-color: rgb(65,175,171); }
td.TdClassName
{
border-color: #41AFAB;
}
.TagClassName
{
border-color: #41AFAB;
}
</style>