Shades of Puerto Rico #44BDA4
Tints of Puerto Rico #44BDA4
RGB
CMYK
RGB Variations
Color information
#44BDA4 (or 0x44BDA4) is known color: Puerto Rico. HEX triplet: 44, BD and A4. RGB value is (68,189,164). Sum of RGB (Red+Green+Blue) = 68+189+164=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #44BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BDA4 is #BB425B. Grayscale: #959595. Windows color (decimal): -12272220 or 10796356. OLE color: 10796356.
HSL color Cylindrical-coordinate representation of color #44BDA4: hue angle of 167.6º degrees, saturation: 0.48, 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 #44BDA4 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 164 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.26 |
| HSL | 167.6º | 0.48% | 0.5% | - |
| HSV(B) | 167.6º | 0.64% | 0.74% | - |
| XYZ | 27.28 | 40.3 | 41.46 | - |
| YUV | 149.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 164 | 0.64 | 0 | 0.13 | 0.26 | 167.6 | 0.48 | 0.5 |
| Hex | 44 | BD | A4 | 40 | 0 | D | 1A | A8 | 30 | 32 |
| Octal | 104 | 275 | 244 | 100 | 0 | 15 | 32 | 250 | 60 | 62 |
| Binary | 1000100 | 10111101 | 10100100 | 1000000 | 0 | 1101 | 11010 | 10101000 | 110000 | 110010 |
Color Harmonies of #44BDA4
Complementary color
Monochromatic Colors of #44BDA4
Black with #44BDA4
Text Example
Text Example
White with #44BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BDA4; }
p { color: rgb(68,189,164); }
H1.HeaderClassName
{
color: #44BDA4;
}
.AnyTagClassName
{
color: #44BDA4;
}
</style>
background-color css
<style>
a { background-color: #44BDA4; }
a { background-color: rgb(68,189,164); }
div.DivClassName
{
background-color: #44BDA4;
}
.BgClassName
{
background-color: #44BDA4;
}
</style>
border-color css
<style>
span { border-color: #44BDA4; }
span { border-color: rgb(68,189,164); }
td.TdClassName
{
border-color: #44BDA4;
}
.TagClassName
{
border-color: #44BDA4;
}
</style>