Shades of Puerto Rico #40BFAD
Tints of Puerto Rico #40BFAD
RGB
CMYK
RGB Variations
Color information
#40BFAD (or 0x40BFAD) is known color: Puerto Rico. HEX triplet: 40, BF and AD. RGB value is (64,191,173). Sum of RGB (Red+Green+Blue) = 64+191+173=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #40BFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BFAD is #BF4052. Grayscale: #969696. Windows color (decimal): -12533843 or 11386688. OLE color: 11386688.
HSL color Cylindrical-coordinate representation of color #40BFAD: hue angle of 171.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BFAD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 173 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.25 |
| HSL | 171.5º | 0.5% | 0.5% | - |
| HSV(B) | 171.5º | 0.66% | 0.75% | - |
| XYZ | 28.29 | 41.37 | 46.03 | - |
| YUV | 150.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 173 | 0.66 | 0 | 0.09 | 0.25 | 171.5 | 0.5 | 0.5 |
| Hex | 40 | BF | AD | 42 | 0 | 9 | 19 | AB | 32 | 32 |
| Octal | 100 | 277 | 255 | 102 | 0 | 11 | 31 | 253 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10101101 | 1000010 | 0 | 1001 | 11001 | 10101011 | 110010 | 110010 |
Color Harmonies of #40BFAD
Complementary color
Monochromatic Colors of #40BFAD
Black with #40BFAD
Text Example
Text Example
White with #40BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFAD; }
p { color: rgb(64,191,173); }
H1.HeaderClassName
{
color: #40BFAD;
}
.AnyTagClassName
{
color: #40BFAD;
}
</style>
background-color css
<style>
a { background-color: #40BFAD; }
a { background-color: rgb(64,191,173); }
div.DivClassName
{
background-color: #40BFAD;
}
.BgClassName
{
background-color: #40BFAD;
}
</style>
border-color css
<style>
span { border-color: #40BFAD; }
span { border-color: rgb(64,191,173); }
td.TdClassName
{
border-color: #40BFAD;
}
.TagClassName
{
border-color: #40BFAD;
}
</style>