Shades of Puerto Rico #5DBBA2
Tints of Puerto Rico #5DBBA2
RGB
CMYK
RGB Variations
Color information
#5DBBA2 (or 0x5DBBA2) is known color: Puerto Rico. HEX triplet: 5D, BB and A2. RGB value is (93,187,162). Sum of RGB (Red+Green+Blue) = 93+187+162=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBA2 is #A2445D. Grayscale: #9C9C9C. Windows color (decimal): -10634334 or 10664797. OLE color: 10664797.
HSL color Cylindrical-coordinate representation of color #5DBBA2: hue angle of 164.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBBA2 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 162 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.27 |
| HSL | 164.04º | 0.41% | 0.55% | - |
| HSV(B) | 164.04º | 0.5% | 0.73% | - |
| XYZ | 28.81 | 40.48 | 40.48 | - |
| YUV | 156.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 162 | 0.50 | 0 | 0.13 | 0.27 | 164.04 | 0.41 | 0.55 |
| Hex | 5D | BB | A2 | 32 | 0 | D | 1B | A4 | 29 | 37 |
| Octal | 135 | 273 | 242 | 62 | 0 | 15 | 33 | 244 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10100010 | 110010 | 0 | 1101 | 11011 | 10100100 | 101001 | 110111 |
Color Harmonies of #5DBBA2
Complementary color
Monochromatic Colors of #5DBBA2
Black with #5DBBA2
Text Example
Text Example
White with #5DBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBA2; }
p { color: rgb(93,187,162); }
H1.HeaderClassName
{
color: #5DBBA2;
}
.AnyTagClassName
{
color: #5DBBA2;
}
</style>
background-color css
<style>
a { background-color: #5DBBA2; }
a { background-color: rgb(93,187,162); }
div.DivClassName
{
background-color: #5DBBA2;
}
.BgClassName
{
background-color: #5DBBA2;
}
</style>
border-color css
<style>
span { border-color: #5DBBA2; }
span { border-color: rgb(93,187,162); }
td.TdClassName
{
border-color: #5DBBA2;
}
.TagClassName
{
border-color: #5DBBA2;
}
</style>