Shades of Puerto Rico #44ADAB
Tints of Puerto Rico #44ADAB
RGB
CMYK
RGB Variations
Color information
#44ADAB (or 0x44ADAB) is known color: Puerto Rico. HEX triplet: 44, AD and AB. RGB value is (68,173,171). Sum of RGB (Red+Green+Blue) = 68+173+171=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #44ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44ADAB is #BB5254. Grayscale: #8D8D8D. Windows color (decimal): -12276309 or 11251012. OLE color: 11251012.
HSL color Cylindrical-coordinate representation of color #44ADAB: hue angle of 178.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44ADAB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 171 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.32 |
| HSL | 178.86º | 0.44% | 0.47% | - |
| HSV(B) | 178.86º | 0.61% | 0.68% | - |
| XYZ | 24.68 | 34.06 | 43.8 | - |
| YUV | 141.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 171 | 0.61 | 0 | 0.01 | 0.32 | 178.86 | 0.44 | 0.47 |
| Hex | 44 | AD | AB | 3D | 0 | 1 | 20 | B3 | 2C | 2F |
| Octal | 104 | 255 | 253 | 75 | 0 | 1 | 40 | 263 | 54 | 57 |
| Binary | 1000100 | 10101101 | 10101011 | 111101 | 0 | 1 | 100000 | 10110011 | 101100 | 101111 |
Color Harmonies of #44ADAB
Complementary color
Monochromatic Colors of #44ADAB
Black with #44ADAB
Text Example
Text Example
White with #44ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADAB; }
p { color: rgb(68,173,171); }
H1.HeaderClassName
{
color: #44ADAB;
}
.AnyTagClassName
{
color: #44ADAB;
}
</style>
background-color css
<style>
a { background-color: #44ADAB; }
a { background-color: rgb(68,173,171); }
div.DivClassName
{
background-color: #44ADAB;
}
.BgClassName
{
background-color: #44ADAB;
}
</style>
border-color css
<style>
span { border-color: #44ADAB; }
span { border-color: rgb(68,173,171); }
td.TdClassName
{
border-color: #44ADAB;
}
.TagClassName
{
border-color: #44ADAB;
}
</style>