Shades of Puerto Rico #42AEA0
Tints of Puerto Rico #42AEA0
RGB
CMYK
RGB Variations
Color information
#42AEA0 (or 0x42AEA0) is known color: Puerto Rico. HEX triplet: 42, AE and A0. RGB value is (66,174,160). Sum of RGB (Red+Green+Blue) = 66+174+160=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #42AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AEA0 is #BD515F. Grayscale: #8C8C8C. Windows color (decimal): -12407136 or 10530370. OLE color: 10530370.
HSL color Cylindrical-coordinate representation of color #42AEA0: hue angle of 172.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AEA0 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 160 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.32 |
| HSL | 172.22º | 0.45% | 0.47% | - |
| HSV(B) | 172.22º | 0.62% | 0.68% | - |
| XYZ | 23.73 | 33.97 | 38.56 | - |
| YUV | 140.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 160 | 0.62 | 0 | 0.08 | 0.32 | 172.22 | 0.45 | 0.47 |
| Hex | 42 | AE | A0 | 3E | 0 | 8 | 20 | AC | 2D | 2F |
| Octal | 102 | 256 | 240 | 76 | 0 | 10 | 40 | 254 | 55 | 57 |
| Binary | 1000010 | 10101110 | 10100000 | 111110 | 0 | 1000 | 100000 | 10101100 | 101101 | 101111 |
Color Harmonies of #42AEA0
Complementary color
Monochromatic Colors of #42AEA0
Black with #42AEA0
Text Example
Text Example
White with #42AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEA0; }
p { color: rgb(66,174,160); }
H1.HeaderClassName
{
color: #42AEA0;
}
.AnyTagClassName
{
color: #42AEA0;
}
</style>
background-color css
<style>
a { background-color: #42AEA0; }
a { background-color: rgb(66,174,160); }
div.DivClassName
{
background-color: #42AEA0;
}
.BgClassName
{
background-color: #42AEA0;
}
</style>
border-color css
<style>
span { border-color: #42AEA0; }
span { border-color: rgb(66,174,160); }
td.TdClassName
{
border-color: #42AEA0;
}
.TagClassName
{
border-color: #42AEA0;
}
</style>