Shades of Puerto Rico #4AC1B4
Tints of Puerto Rico #4AC1B4
RGB
CMYK
RGB Variations
Color information
#4AC1B4 (or 0x4AC1B4) is known color: Puerto Rico. HEX triplet: 4A, C1 and B4. RGB value is (74,193,180). Sum of RGB (Red+Green+Blue) = 74+193+180=447 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.55% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC1B4 is #B53E4B. Grayscale: #9B9B9B. Windows color (decimal): -11877964 or 11845962. OLE color: 11845962.
HSL color Cylindrical-coordinate representation of color #4AC1B4: hue angle of 173.45º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC1B4 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 180 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.24 |
| HSL | 173.45º | 0.49% | 0.52% | - |
| HSV(B) | 173.45º | 0.62% | 0.76% | - |
| XYZ | 30.13 | 42.89 | 49.87 | - |
| YUV | 155.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 180 | 0.62 | 0 | 0.07 | 0.24 | 173.45 | 0.49 | 0.52 |
| Hex | 4A | C1 | B4 | 3E | 0 | 7 | 18 | AD | 31 | 34 |
| Octal | 112 | 301 | 264 | 76 | 0 | 7 | 30 | 255 | 61 | 64 |
| Binary | 1001010 | 11000001 | 10110100 | 111110 | 0 | 111 | 11000 | 10101101 | 110001 | 110100 |
Color Harmonies of #4AC1B4
Complementary color
Monochromatic Colors of #4AC1B4
Black with #4AC1B4
Text Example
Text Example
White with #4AC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC1B4; }
p { color: rgb(74,193,180); }
H1.HeaderClassName
{
color: #4AC1B4;
}
.AnyTagClassName
{
color: #4AC1B4;
}
</style>
background-color css
<style>
a { background-color: #4AC1B4; }
a { background-color: rgb(74,193,180); }
div.DivClassName
{
background-color: #4AC1B4;
}
.BgClassName
{
background-color: #4AC1B4;
}
</style>
border-color css
<style>
span { border-color: #4AC1B4; }
span { border-color: rgb(74,193,180); }
td.TdClassName
{
border-color: #4AC1B4;
}
.TagClassName
{
border-color: #4AC1B4;
}
</style>