Shades of Puerto Rico #64BDAD
Tints of Puerto Rico #64BDAD
RGB
CMYK
RGB Variations
Color information
#64BDAD (or 0x64BDAD) is known color: Puerto Rico. HEX triplet: 64, BD and AD. RGB value is (100,189,173). Sum of RGB (Red+Green+Blue) = 100+189+173=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BDAD is #9B4252. Grayscale: #A0A0A0. Windows color (decimal): -10175059 or 11386212. OLE color: 11386212.
HSL color Cylindrical-coordinate representation of color #64BDAD: hue angle of 169.21º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BDAD is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 173 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.26 |
| HSL | 169.21º | 0.4% | 0.57% | - |
| HSV(B) | 169.21º | 0.47% | 0.74% | - |
| XYZ | 31 | 42.12 | 46.03 | - |
| YUV | 160.57 | 135.01 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 173 | 0.47 | 0 | 0.08 | 0.26 | 169.21 | 0.4 | 0.57 |
| Hex | 64 | BD | AD | 2F | 0 | 8 | 1A | A9 | 28 | 39 |
| Octal | 144 | 275 | 255 | 57 | 0 | 10 | 32 | 251 | 50 | 71 |
| Binary | 1100100 | 10111101 | 10101101 | 101111 | 0 | 1000 | 11010 | 10101001 | 101000 | 111001 |
Color Harmonies of #64BDAD
Complementary color
Monochromatic Colors of #64BDAD
Black with #64BDAD
Text Example
Text Example
White with #64BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDAD; }
p { color: rgb(100,189,173); }
H1.HeaderClassName
{
color: #64BDAD;
}
.AnyTagClassName
{
color: #64BDAD;
}
</style>
background-color css
<style>
a { background-color: #64BDAD; }
a { background-color: rgb(100,189,173); }
div.DivClassName
{
background-color: #64BDAD;
}
.BgClassName
{
background-color: #64BDAD;
}
</style>
border-color css
<style>
span { border-color: #64BDAD; }
span { border-color: rgb(100,189,173); }
td.TdClassName
{
border-color: #64BDAD;
}
.TagClassName
{
border-color: #64BDAD;
}
</style>