Shades of Puerto Rico #4ABDB0
Tints of Puerto Rico #4ABDB0
RGB
CMYK
RGB Variations
Color information
#4ABDB0 (or 0x4ABDB0) is known color: Puerto Rico. HEX triplet: 4A, BD and B0. RGB value is (74,189,176). Sum of RGB (Red+Green+Blue) = 74+189+176=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABDB0 is #B5424F. Grayscale: #999999. Windows color (decimal): -11878992 or 11582794. OLE color: 11582794.
HSL color Cylindrical-coordinate representation of color #4ABDB0: hue angle of 173.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABDB0 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 176 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.26 |
| HSL | 173.22º | 0.47% | 0.52% | - |
| HSV(B) | 173.22º | 0.61% | 0.74% | - |
| XYZ | 28.86 | 40.99 | 47.46 | - |
| YUV | 153.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 176 | 0.61 | 0 | 0.07 | 0.26 | 173.22 | 0.47 | 0.52 |
| Hex | 4A | BD | B0 | 3D | 0 | 7 | 1A | AD | 2F | 34 |
| Octal | 112 | 275 | 260 | 75 | 0 | 7 | 32 | 255 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10110000 | 111101 | 0 | 111 | 11010 | 10101101 | 101111 | 110100 |
Color Harmonies of #4ABDB0
Complementary color
Monochromatic Colors of #4ABDB0
Black with #4ABDB0
Text Example
Text Example
White with #4ABDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDB0; }
p { color: rgb(74,189,176); }
H1.HeaderClassName
{
color: #4ABDB0;
}
.AnyTagClassName
{
color: #4ABDB0;
}
</style>
background-color css
<style>
a { background-color: #4ABDB0; }
a { background-color: rgb(74,189,176); }
div.DivClassName
{
background-color: #4ABDB0;
}
.BgClassName
{
background-color: #4ABDB0;
}
</style>
border-color css
<style>
span { border-color: #4ABDB0; }
span { border-color: rgb(74,189,176); }
td.TdClassName
{
border-color: #4ABDB0;
}
.TagClassName
{
border-color: #4ABDB0;
}
</style>