Shades of Puerto Rico #4ACBB3
Tints of Puerto Rico #4ACBB3
RGB
CMYK
RGB Variations
Color information
#4ACBB3 (or 0x4ACBB3) is known color: Puerto Rico. HEX triplet: 4A, CB and B3. RGB value is (74,203,179). Sum of RGB (Red+Green+Blue) = 74+203+179=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBB3 is #B5344C. Grayscale: #A1A1A1. Windows color (decimal): -11875405 or 11782986. OLE color: 11782986.
HSL color Cylindrical-coordinate representation of color #4ACBB3: hue angle of 168.84º 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 #4ACBB3 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 179 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.20 |
| HSL | 168.84º | 0.55% | 0.54% | - |
| HSV(B) | 168.84º | 0.64% | 0.8% | - |
| XYZ | 32.32 | 47.42 | 50.1 | - |
| YUV | 161.69 | 137.76 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 179 | 0.64 | 0 | 0.12 | 0.20 | 168.84 | 0.55 | 0.54 |
| Hex | 4A | CB | B3 | 40 | 0 | C | 14 | A9 | 37 | 36 |
| Octal | 112 | 313 | 263 | 100 | 0 | 14 | 24 | 251 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10110011 | 1000000 | 0 | 1100 | 10100 | 10101001 | 110111 | 110110 |
Color Harmonies of #4ACBB3
Complementary color
Monochromatic Colors of #4ACBB3
Black with #4ACBB3
Text Example
Text Example
White with #4ACBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBB3; }
p { color: rgb(74,203,179); }
H1.HeaderClassName
{
color: #4ACBB3;
}
.AnyTagClassName
{
color: #4ACBB3;
}
</style>
background-color css
<style>
a { background-color: #4ACBB3; }
a { background-color: rgb(74,203,179); }
div.DivClassName
{
background-color: #4ACBB3;
}
.BgClassName
{
background-color: #4ACBB3;
}
</style>
border-color css
<style>
span { border-color: #4ACBB3; }
span { border-color: rgb(74,203,179); }
td.TdClassName
{
border-color: #4ACBB3;
}
.TagClassName
{
border-color: #4ACBB3;
}
</style>