Shades of Puerto Rico #4ABDAF
Tints of Puerto Rico #4ABDAF
RGB
CMYK
RGB Variations
Color information
#4ABDAF (or 0x4ABDAF) is known color: Puerto Rico. HEX triplet: 4A, BD and AF. RGB value is (74,189,175). Sum of RGB (Red+Green+Blue) = 74+189+175=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABDAF is #B54250. Grayscale: #989898. Windows color (decimal): -11878993 or 11517258. OLE color: 11517258.
HSL color Cylindrical-coordinate representation of color #4ABDAF: hue angle of 172.7º 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 #4ABDAF is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 175 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.26 |
| HSL | 172.7º | 0.47% | 0.52% | - |
| HSV(B) | 172.7º | 0.61% | 0.74% | - |
| XYZ | 28.76 | 40.95 | 46.95 | - |
| YUV | 153.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 175 | 0.61 | 0 | 0.07 | 0.26 | 172.7 | 0.47 | 0.52 |
| Hex | 4A | BD | AF | 3D | 0 | 7 | 1A | AD | 2F | 34 |
| Octal | 112 | 275 | 257 | 75 | 0 | 7 | 32 | 255 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10101111 | 111101 | 0 | 111 | 11010 | 10101101 | 101111 | 110100 |
Color Harmonies of #4ABDAF
Complementary color
Monochromatic Colors of #4ABDAF
Black with #4ABDAF
Text Example
Text Example
White with #4ABDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDAF; }
p { color: rgb(74,189,175); }
H1.HeaderClassName
{
color: #4ABDAF;
}
.AnyTagClassName
{
color: #4ABDAF;
}
</style>
background-color css
<style>
a { background-color: #4ABDAF; }
a { background-color: rgb(74,189,175); }
div.DivClassName
{
background-color: #4ABDAF;
}
.BgClassName
{
background-color: #4ABDAF;
}
</style>
border-color css
<style>
span { border-color: #4ABDAF; }
span { border-color: rgb(74,189,175); }
td.TdClassName
{
border-color: #4ABDAF;
}
.TagClassName
{
border-color: #4ABDAF;
}
</style>