Shades of Puerto Rico #5EAEA1
Tints of Puerto Rico #5EAEA1
RGB
CMYK
RGB Variations
Color information
#5EAEA1 (or 0x5EAEA1) is known color: Puerto Rico. HEX triplet: 5E, AE and A1. RGB value is (94,174,161). Sum of RGB (Red+Green+Blue) = 94+174+161=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAEA1 is #A1515E. Grayscale: #949494. Windows color (decimal): -10572127 or 10595934. OLE color: 10595934.
HSL color Cylindrical-coordinate representation of color #5EAEA1: hue angle of 170.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAEA1 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 161 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.32 |
| HSL | 170.25º | 0.33% | 0.53% | - |
| HSV(B) | 170.25º | 0.46% | 0.68% | - |
| XYZ | 26.19 | 35.23 | 39.14 | - |
| YUV | 148.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 161 | 0.46 | 0 | 0.07 | 0.32 | 170.25 | 0.33 | 0.53 |
| Hex | 5E | AE | A1 | 2E | 0 | 7 | 20 | AA | 21 | 35 |
| Octal | 136 | 256 | 241 | 56 | 0 | 7 | 40 | 252 | 41 | 65 |
| Binary | 1011110 | 10101110 | 10100001 | 101110 | 0 | 111 | 100000 | 10101010 | 100001 | 110101 |
Color Harmonies of #5EAEA1
Complementary color
Monochromatic Colors of #5EAEA1
Black with #5EAEA1
Text Example
Text Example
White with #5EAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEA1; }
p { color: rgb(94,174,161); }
H1.HeaderClassName
{
color: #5EAEA1;
}
.AnyTagClassName
{
color: #5EAEA1;
}
</style>
background-color css
<style>
a { background-color: #5EAEA1; }
a { background-color: rgb(94,174,161); }
div.DivClassName
{
background-color: #5EAEA1;
}
.BgClassName
{
background-color: #5EAEA1;
}
</style>
border-color css
<style>
span { border-color: #5EAEA1; }
span { border-color: rgb(94,174,161); }
td.TdClassName
{
border-color: #5EAEA1;
}
.TagClassName
{
border-color: #5EAEA1;
}
</style>