Shades of Puerto Rico #4ACBAE
Tints of Puerto Rico #4ACBAE
RGB
CMYK
RGB Variations
Color information
#4ACBAE (or 0x4ACBAE) is known color: Puerto Rico. HEX triplet: 4A, CB and AE. RGB value is (74,203,174). Sum of RGB (Red+Green+Blue) = 74+203+174=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACBAE is #B53451. Grayscale: #A1A1A1. Windows color (decimal): -11875410 or 11455306. OLE color: 11455306.
HSL color Cylindrical-coordinate representation of color #4ACBAE: hue angle of 166.51º 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 #4ACBAE is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 174 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.20 |
| HSL | 166.51º | 0.55% | 0.54% | - |
| HSV(B) | 166.51º | 0.64% | 0.8% | - |
| XYZ | 31.82 | 47.22 | 47.48 | - |
| YUV | 161.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 174 | 0.64 | 0 | 0.14 | 0.20 | 166.51 | 0.55 | 0.54 |
| Hex | 4A | CB | AE | 40 | 0 | E | 14 | A7 | 37 | 36 |
| Octal | 112 | 313 | 256 | 100 | 0 | 16 | 24 | 247 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10101110 | 1000000 | 0 | 1110 | 10100 | 10100111 | 110111 | 110110 |
Color Harmonies of #4ACBAE
Complementary color
Monochromatic Colors of #4ACBAE
Black with #4ACBAE
Text Example
Text Example
White with #4ACBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBAE; }
p { color: rgb(74,203,174); }
H1.HeaderClassName
{
color: #4ACBAE;
}
.AnyTagClassName
{
color: #4ACBAE;
}
</style>
background-color css
<style>
a { background-color: #4ACBAE; }
a { background-color: rgb(74,203,174); }
div.DivClassName
{
background-color: #4ACBAE;
}
.BgClassName
{
background-color: #4ACBAE;
}
</style>
border-color css
<style>
span { border-color: #4ACBAE; }
span { border-color: rgb(74,203,174); }
td.TdClassName
{
border-color: #4ACBAE;
}
.TagClassName
{
border-color: #4ACBAE;
}
</style>