Shades of Puerto Rico #4ACCB3
Tints of Puerto Rico #4ACCB3
RGB
CMYK
RGB Variations
Color information
#4ACCB3 (or 0x4ACCB3) is known color: Puerto Rico. HEX triplet: 4A, CC and B3. RGB value is (74,204,179). Sum of RGB (Red+Green+Blue) = 74+204+179=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCB3 is #B5334C. Grayscale: #A2A2A2. Windows color (decimal): -11875149 or 11783242. OLE color: 11783242.
HSL color Cylindrical-coordinate representation of color #4ACCB3: hue angle of 168.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACCB3 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 179 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.2 |
| HSL | 168.46º | 0.56% | 0.55% | - |
| HSV(B) | 168.46º | 0.64% | 0.8% | - |
| XYZ | 32.55 | 47.9 | 50.18 | - |
| YUV | 162.28 | 137.43 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 179 | 0.64 | 0 | 0.12 | 0.2 | 168.46 | 0.56 | 0.55 |
| Hex | 4A | CC | B3 | 40 | 0 | C | 14 | A8 | 38 | 37 |
| Octal | 112 | 314 | 263 | 100 | 0 | 14 | 24 | 250 | 70 | 67 |
| Binary | 1001010 | 11001100 | 10110011 | 1000000 | 0 | 1100 | 10100 | 10101000 | 111000 | 110111 |
Color Harmonies of #4ACCB3
Complementary color
Monochromatic Colors of #4ACCB3
Black with #4ACCB3
Text Example
Text Example
White with #4ACCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCB3; }
p { color: rgb(74,204,179); }
H1.HeaderClassName
{
color: #4ACCB3;
}
.AnyTagClassName
{
color: #4ACCB3;
}
</style>
background-color css
<style>
a { background-color: #4ACCB3; }
a { background-color: rgb(74,204,179); }
div.DivClassName
{
background-color: #4ACCB3;
}
.BgClassName
{
background-color: #4ACCB3;
}
</style>
border-color css
<style>
span { border-color: #4ACCB3; }
span { border-color: rgb(74,204,179); }
td.TdClassName
{
border-color: #4ACCB3;
}
.TagClassName
{
border-color: #4ACCB3;
}
</style>