Shades of Puerto Rico #5DBEA2
Tints of Puerto Rico #5DBEA2
RGB
CMYK
RGB Variations
Color information
#5DBEA2 (or 0x5DBEA2) is known color: Puerto Rico. HEX triplet: 5D, BE and A2. RGB value is (93,190,162). Sum of RGB (Red+Green+Blue) = 93+190+162=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEA2 is #A2415D. Grayscale: #9D9D9D. Windows color (decimal): -10633566 or 10665565. OLE color: 10665565.
HSL color Cylindrical-coordinate representation of color #5DBEA2: hue angle of 162.68º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEA2 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 162 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.25 |
| HSL | 162.68º | 0.43% | 0.55% | - |
| HSV(B) | 162.68º | 0.51% | 0.75% | - |
| XYZ | 29.45 | 41.76 | 40.69 | - |
| YUV | 157.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 162 | 0.51 | 0 | 0.15 | 0.25 | 162.68 | 0.43 | 0.55 |
| Hex | 5D | BE | A2 | 33 | 0 | F | 19 | A3 | 2B | 37 |
| Octal | 135 | 276 | 242 | 63 | 0 | 17 | 31 | 243 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10100010 | 110011 | 0 | 1111 | 11001 | 10100011 | 101011 | 110111 |
Color Harmonies of #5DBEA2
Complementary color
Monochromatic Colors of #5DBEA2
Black with #5DBEA2
Text Example
Text Example
White with #5DBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEA2; }
p { color: rgb(93,190,162); }
H1.HeaderClassName
{
color: #5DBEA2;
}
.AnyTagClassName
{
color: #5DBEA2;
}
</style>
background-color css
<style>
a { background-color: #5DBEA2; }
a { background-color: rgb(93,190,162); }
div.DivClassName
{
background-color: #5DBEA2;
}
.BgClassName
{
background-color: #5DBEA2;
}
</style>
border-color css
<style>
span { border-color: #5DBEA2; }
span { border-color: rgb(93,190,162); }
td.TdClassName
{
border-color: #5DBEA2;
}
.TagClassName
{
border-color: #5DBEA2;
}
</style>