Shades of Puerto Rico #42BAAE
Tints of Puerto Rico #42BAAE
RGB
CMYK
RGB Variations
Color information
#42BAAE (or 0x42BAAE) is known color: Puerto Rico. HEX triplet: 42, BA and AE. RGB value is (66,186,174). Sum of RGB (Red+Green+Blue) = 66+186+174=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BAAE is #BD4551. Grayscale: #949494. Windows color (decimal): -12404050 or 11450946. OLE color: 11450946.
HSL color Cylindrical-coordinate representation of color #42BAAE: hue angle of 174º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BAAE is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 186 | 174 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.27 |
| HSL | 174º | 0.48% | 0.49% | - |
| HSV(B) | 174º | 0.65% | 0.73% | - |
| XYZ | 27.45 | 39.33 | 46.19 | - |
| YUV | 148.75 | 142.24 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 174 | 0.65 | 0 | 0.06 | 0.27 | 174 | 0.48 | 0.49 |
| Hex | 42 | BA | AE | 41 | 0 | 6 | 1B | AE | 30 | 31 |
| Octal | 102 | 272 | 256 | 101 | 0 | 6 | 33 | 256 | 60 | 61 |
| Binary | 1000010 | 10111010 | 10101110 | 1000001 | 0 | 110 | 11011 | 10101110 | 110000 | 110001 |
Color Harmonies of #42BAAE
Complementary color
Monochromatic Colors of #42BAAE
Black with #42BAAE
Text Example
Text Example
White with #42BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BAAE; }
p { color: rgb(66,186,174); }
H1.HeaderClassName
{
color: #42BAAE;
}
.AnyTagClassName
{
color: #42BAAE;
}
</style>
background-color css
<style>
a { background-color: #42BAAE; }
a { background-color: rgb(66,186,174); }
div.DivClassName
{
background-color: #42BAAE;
}
.BgClassName
{
background-color: #42BAAE;
}
</style>
border-color css
<style>
span { border-color: #42BAAE; }
span { border-color: rgb(66,186,174); }
td.TdClassName
{
border-color: #42BAAE;
}
.TagClassName
{
border-color: #42BAAE;
}
</style>