Shades of Puerto Rico #5FBEA2
Tints of Puerto Rico #5FBEA2
RGB
CMYK
RGB Variations
Color information
#5FBEA2 (or 0x5FBEA2) is known color: Puerto Rico. HEX triplet: 5F, BE and A2. RGB value is (95,190,162). Sum of RGB (Red+Green+Blue) = 95+190+162=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBEA2 is #A0415D. Grayscale: #9E9E9E. Windows color (decimal): -10502494 or 10665567. OLE color: 10665567.
HSL color Cylindrical-coordinate representation of color #5FBEA2: hue angle of 162.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBEA2 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 162 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.25 |
| HSL | 162.32º | 0.42% | 0.56% | - |
| HSV(B) | 162.32º | 0.5% | 0.75% | - |
| XYZ | 29.65 | 41.87 | 40.7 | - |
| YUV | 158.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 162 | 0.5 | 0 | 0.15 | 0.25 | 162.32 | 0.42 | 0.56 |
| Hex | 5F | BE | A2 | 32 | 0 | F | 19 | A2 | 2A | 38 |
| Octal | 137 | 276 | 242 | 62 | 0 | 17 | 31 | 242 | 52 | 70 |
| Binary | 1011111 | 10111110 | 10100010 | 110010 | 0 | 1111 | 11001 | 10100010 | 101010 | 111000 |
Color Harmonies of #5FBEA2
Complementary color
Monochromatic Colors of #5FBEA2
Black with #5FBEA2
Text Example
Text Example
White with #5FBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBEA2; }
p { color: rgb(95,190,162); }
H1.HeaderClassName
{
color: #5FBEA2;
}
.AnyTagClassName
{
color: #5FBEA2;
}
</style>
background-color css
<style>
a { background-color: #5FBEA2; }
a { background-color: rgb(95,190,162); }
div.DivClassName
{
background-color: #5FBEA2;
}
.BgClassName
{
background-color: #5FBEA2;
}
</style>
border-color css
<style>
span { border-color: #5FBEA2; }
span { border-color: rgb(95,190,162); }
td.TdClassName
{
border-color: #5FBEA2;
}
.TagClassName
{
border-color: #5FBEA2;
}
</style>