Shades of Puerto Rico #64BBAD
Tints of Puerto Rico #64BBAD
RGB
CMYK
RGB Variations
Color information
#64BBAD (or 0x64BBAD) is known color: Puerto Rico. HEX triplet: 64, BB and AD. RGB value is (100,187,173). Sum of RGB (Red+Green+Blue) = 100+187+173=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #64BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BBAD is #9B4452. Grayscale: #9F9F9F. Windows color (decimal): -10175571 or 11385700. OLE color: 11385700.
HSL color Cylindrical-coordinate representation of color #64BBAD: hue angle of 170.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BBAD is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 173 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.27 |
| HSL | 170.34º | 0.39% | 0.56% | - |
| HSV(B) | 170.34º | 0.47% | 0.73% | - |
| XYZ | 30.57 | 41.27 | 45.89 | - |
| YUV | 159.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 173 | 0.47 | 0 | 0.07 | 0.27 | 170.34 | 0.39 | 0.56 |
| Hex | 64 | BB | AD | 2F | 0 | 7 | 1B | AA | 27 | 38 |
| Octal | 144 | 273 | 255 | 57 | 0 | 7 | 33 | 252 | 47 | 70 |
| Binary | 1100100 | 10111011 | 10101101 | 101111 | 0 | 111 | 11011 | 10101010 | 100111 | 111000 |
Color Harmonies of #64BBAD
Complementary color
Monochromatic Colors of #64BBAD
Black with #64BBAD
Text Example
Text Example
White with #64BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BBAD; }
p { color: rgb(100,187,173); }
H1.HeaderClassName
{
color: #64BBAD;
}
.AnyTagClassName
{
color: #64BBAD;
}
</style>
background-color css
<style>
a { background-color: #64BBAD; }
a { background-color: rgb(100,187,173); }
div.DivClassName
{
background-color: #64BBAD;
}
.BgClassName
{
background-color: #64BBAD;
}
</style>
border-color css
<style>
span { border-color: #64BBAD; }
span { border-color: rgb(100,187,173); }
td.TdClassName
{
border-color: #64BBAD;
}
.TagClassName
{
border-color: #64BBAD;
}
</style>