Shades of Puerto Rico #40B3AD
Tints of Puerto Rico #40B3AD
RGB
CMYK
RGB Variations
Color information
#40B3AD (or 0x40B3AD) is known color: Puerto Rico. HEX triplet: 40, B3 and AD. RGB value is (64,179,173). Sum of RGB (Red+Green+Blue) = 64+179+173=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #40B3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B3AD is #BF4C52. Grayscale: #8F8F8F. Windows color (decimal): -12536915 or 11383616. OLE color: 11383616.
HSL color Cylindrical-coordinate representation of color #40B3AD: hue angle of 176.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B3AD is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 173 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.30 |
| HSL | 176.87º | 0.47% | 0.48% | - |
| HSV(B) | 176.87º | 0.64% | 0.7% | - |
| XYZ | 25.78 | 36.35 | 45.19 | - |
| YUV | 143.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 173 | 0.64 | 0 | 0.03 | 0.30 | 176.87 | 0.47 | 0.48 |
| Hex | 40 | B3 | AD | 40 | 0 | 3 | 1E | B1 | 2F | 30 |
| Octal | 100 | 263 | 255 | 100 | 0 | 3 | 36 | 261 | 57 | 60 |
| Binary | 1000000 | 10110011 | 10101101 | 1000000 | 0 | 11 | 11110 | 10110001 | 101111 | 110000 |
Color Harmonies of #40B3AD
Complementary color
Monochromatic Colors of #40B3AD
Black with #40B3AD
Text Example
Text Example
White with #40B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B3AD; }
p { color: rgb(64,179,173); }
H1.HeaderClassName
{
color: #40B3AD;
}
.AnyTagClassName
{
color: #40B3AD;
}
</style>
background-color css
<style>
a { background-color: #40B3AD; }
a { background-color: rgb(64,179,173); }
div.DivClassName
{
background-color: #40B3AD;
}
.BgClassName
{
background-color: #40B3AD;
}
</style>
border-color css
<style>
span { border-color: #40B3AD; }
span { border-color: rgb(64,179,173); }
td.TdClassName
{
border-color: #40B3AD;
}
.TagClassName
{
border-color: #40B3AD;
}
</style>