Shades of Puerto Rico #4ACBB1
Tints of Puerto Rico #4ACBB1
RGB
CMYK
RGB Variations
Color information
#4ACBB1 (or 0x4ACBB1) is known color: Puerto Rico. HEX triplet: 4A, CB and B1. RGB value is (74,203,177). Sum of RGB (Red+Green+Blue) = 74+203+177=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACBB1 is #B5344E. Grayscale: #A1A1A1. Windows color (decimal): -11875407 or 11651914. OLE color: 11651914.
HSL color Cylindrical-coordinate representation of color #4ACBB1: hue angle of 167.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACBB1 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 177 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.20 |
| HSL | 167.91º | 0.55% | 0.54% | - |
| HSV(B) | 167.91º | 0.64% | 0.8% | - |
| XYZ | 32.12 | 47.34 | 49.04 | - |
| YUV | 161.47 | 136.76 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 177 | 0.64 | 0 | 0.13 | 0.20 | 167.91 | 0.55 | 0.54 |
| Hex | 4A | CB | B1 | 40 | 0 | D | 14 | A8 | 37 | 36 |
| Octal | 112 | 313 | 261 | 100 | 0 | 15 | 24 | 250 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10110001 | 1000000 | 0 | 1101 | 10100 | 10101000 | 110111 | 110110 |
Color Harmonies of #4ACBB1
Complementary color
Monochromatic Colors of #4ACBB1
Black with #4ACBB1
Text Example
Text Example
White with #4ACBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBB1; }
p { color: rgb(74,203,177); }
H1.HeaderClassName
{
color: #4ACBB1;
}
.AnyTagClassName
{
color: #4ACBB1;
}
</style>
background-color css
<style>
a { background-color: #4ACBB1; }
a { background-color: rgb(74,203,177); }
div.DivClassName
{
background-color: #4ACBB1;
}
.BgClassName
{
background-color: #4ACBB1;
}
</style>
border-color css
<style>
span { border-color: #4ACBB1; }
span { border-color: rgb(74,203,177); }
td.TdClassName
{
border-color: #4ACBB1;
}
.TagClassName
{
border-color: #4ACBB1;
}
</style>