Shades of Puerto Rico #40BDA9
Tints of Puerto Rico #40BDA9
RGB
CMYK
RGB Variations
Color information
#40BDA9 (or 0x40BDA9) is known color: Puerto Rico. HEX triplet: 40, BD and A9. RGB value is (64,189,169). Sum of RGB (Red+Green+Blue) = 64+189+169=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BDA9 is #BF4256. Grayscale: #959595. Windows color (decimal): -12534359 or 11124032. OLE color: 11124032.
HSL color Cylindrical-coordinate representation of color #40BDA9: hue angle of 170.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BDA9 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 169 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.26 |
| HSL | 170.4º | 0.49% | 0.5% | - |
| HSV(B) | 170.4º | 0.66% | 0.74% | - |
| XYZ | 27.47 | 40.35 | 43.88 | - |
| YUV | 149.35 | 139.09 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 169 | 0.66 | 0 | 0.11 | 0.26 | 170.4 | 0.49 | 0.5 |
| Hex | 40 | BD | A9 | 42 | 0 | B | 1A | AA | 31 | 32 |
| Octal | 100 | 275 | 251 | 102 | 0 | 13 | 32 | 252 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10101001 | 1000010 | 0 | 1011 | 11010 | 10101010 | 110001 | 110010 |
Color Harmonies of #40BDA9
Complementary color
Monochromatic Colors of #40BDA9
Black with #40BDA9
Text Example
Text Example
White with #40BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDA9; }
p { color: rgb(64,189,169); }
H1.HeaderClassName
{
color: #40BDA9;
}
.AnyTagClassName
{
color: #40BDA9;
}
</style>
background-color css
<style>
a { background-color: #40BDA9; }
a { background-color: rgb(64,189,169); }
div.DivClassName
{
background-color: #40BDA9;
}
.BgClassName
{
background-color: #40BDA9;
}
</style>
border-color css
<style>
span { border-color: #40BDA9; }
span { border-color: rgb(64,189,169); }
td.TdClassName
{
border-color: #40BDA9;
}
.TagClassName
{
border-color: #40BDA9;
}
</style>