Shades of Puerto Rico #40BDA6
Tints of Puerto Rico #40BDA6
RGB
CMYK
RGB Variations
Color information
#40BDA6 (or 0x40BDA6) is known color: Puerto Rico. HEX triplet: 40, BD and A6. RGB value is (64,189,166). Sum of RGB (Red+Green+Blue) = 64+189+166=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BDA6 is #BF4259. Grayscale: #949494. Windows color (decimal): -12534362 or 10927424. OLE color: 10927424.
HSL color Cylindrical-coordinate representation of color #40BDA6: hue angle of 168.96º 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 #40BDA6 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 166 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.26 |
| HSL | 168.96º | 0.49% | 0.5% | - |
| HSV(B) | 168.96º | 0.66% | 0.74% | - |
| XYZ | 27.19 | 40.24 | 42.41 | - |
| YUV | 149 | 137.59 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 166 | 0.66 | 0 | 0.12 | 0.26 | 168.96 | 0.49 | 0.5 |
| Hex | 40 | BD | A6 | 42 | 0 | C | 1A | A9 | 31 | 32 |
| Octal | 100 | 275 | 246 | 102 | 0 | 14 | 32 | 251 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10100110 | 1000010 | 0 | 1100 | 11010 | 10101001 | 110001 | 110010 |
Color Harmonies of #40BDA6
Complementary color
Monochromatic Colors of #40BDA6
Black with #40BDA6
Text Example
Text Example
White with #40BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDA6; }
p { color: rgb(64,189,166); }
H1.HeaderClassName
{
color: #40BDA6;
}
.AnyTagClassName
{
color: #40BDA6;
}
</style>
background-color css
<style>
a { background-color: #40BDA6; }
a { background-color: rgb(64,189,166); }
div.DivClassName
{
background-color: #40BDA6;
}
.BgClassName
{
background-color: #40BDA6;
}
</style>
border-color css
<style>
span { border-color: #40BDA6; }
span { border-color: rgb(64,189,166); }
td.TdClassName
{
border-color: #40BDA6;
}
.TagClassName
{
border-color: #40BDA6;
}
</style>