Shades of Puerto Rico #44BCAD
Tints of Puerto Rico #44BCAD
RGB
CMYK
RGB Variations
Color information
#44BCAD (or 0x44BCAD) is known color: Puerto Rico. HEX triplet: 44, BC and AD. RGB value is (68,188,173). Sum of RGB (Red+Green+Blue) = 68+188+173=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #44BCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BCAD is #BB4352. Grayscale: #969696. Windows color (decimal): -12272467 or 11385924. OLE color: 11385924.
HSL color Cylindrical-coordinate representation of color #44BCAD: hue angle of 172.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BCAD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 173 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.26 |
| HSL | 172.5º | 0.47% | 0.5% | - |
| HSV(B) | 172.5º | 0.64% | 0.74% | - |
| XYZ | 27.91 | 40.21 | 45.83 | - |
| YUV | 150.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 173 | 0.64 | 0 | 0.08 | 0.26 | 172.5 | 0.47 | 0.5 |
| Hex | 44 | BC | AD | 40 | 0 | 8 | 1A | AC | 2F | 32 |
| Octal | 104 | 274 | 255 | 100 | 0 | 10 | 32 | 254 | 57 | 62 |
| Binary | 1000100 | 10111100 | 10101101 | 1000000 | 0 | 1000 | 11010 | 10101100 | 101111 | 110010 |
Color Harmonies of #44BCAD
Complementary color
Monochromatic Colors of #44BCAD
Black with #44BCAD
Text Example
Text Example
White with #44BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCAD; }
p { color: rgb(68,188,173); }
H1.HeaderClassName
{
color: #44BCAD;
}
.AnyTagClassName
{
color: #44BCAD;
}
</style>
background-color css
<style>
a { background-color: #44BCAD; }
a { background-color: rgb(68,188,173); }
div.DivClassName
{
background-color: #44BCAD;
}
.BgClassName
{
background-color: #44BCAD;
}
</style>
border-color css
<style>
span { border-color: #44BCAD; }
span { border-color: rgb(68,188,173); }
td.TdClassName
{
border-color: #44BCAD;
}
.TagClassName
{
border-color: #44BCAD;
}
</style>