Shades of Puerto Rico #4ACEB0
Tints of Puerto Rico #4ACEB0
RGB
CMYK
RGB Variations
Color information
#4ACEB0 (or 0x4ACEB0) is known color: Puerto Rico. HEX triplet: 4A, CE and B0. RGB value is (74,206,176). Sum of RGB (Red+Green+Blue) = 74+206+176=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEB0 is #B5314F. Grayscale: #A3A3A3. Windows color (decimal): -11874640 or 11587146. OLE color: 11587146.
HSL color Cylindrical-coordinate representation of color #4ACEB0: hue angle of 166.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACEB0 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 176 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.19 |
| HSL | 166.36º | 0.57% | 0.55% | - |
| HSV(B) | 166.36º | 0.64% | 0.81% | - |
| XYZ | 32.73 | 48.73 | 48.76 | - |
| YUV | 163.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 176 | 0.64 | 0 | 0.15 | 0.19 | 166.36 | 0.57 | 0.55 |
| Hex | 4A | CE | B0 | 40 | 0 | F | 13 | A6 | 39 | 37 |
| Octal | 112 | 316 | 260 | 100 | 0 | 17 | 23 | 246 | 71 | 67 |
| Binary | 1001010 | 11001110 | 10110000 | 1000000 | 0 | 1111 | 10011 | 10100110 | 111001 | 110111 |
Color Harmonies of #4ACEB0
Complementary color
Monochromatic Colors of #4ACEB0
Black with #4ACEB0
Text Example
Text Example
White with #4ACEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEB0; }
p { color: rgb(74,206,176); }
H1.HeaderClassName
{
color: #4ACEB0;
}
.AnyTagClassName
{
color: #4ACEB0;
}
</style>
background-color css
<style>
a { background-color: #4ACEB0; }
a { background-color: rgb(74,206,176); }
div.DivClassName
{
background-color: #4ACEB0;
}
.BgClassName
{
background-color: #4ACEB0;
}
</style>
border-color css
<style>
span { border-color: #4ACEB0; }
span { border-color: rgb(74,206,176); }
td.TdClassName
{
border-color: #4ACEB0;
}
.TagClassName
{
border-color: #4ACEB0;
}
</style>