Shades of Puerto Rico #5DBBB2
Tints of Puerto Rico #5DBBB2
RGB
CMYK
RGB Variations
Color information
#5DBBB2 (or 0x5DBBB2) is known color: Puerto Rico. HEX triplet: 5D, BB and B2. RGB value is (93,187,178). Sum of RGB (Red+Green+Blue) = 93+187+178=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBB2 is #A2444D. Grayscale: #9D9D9D. Windows color (decimal): -10634318 or 11713373. OLE color: 11713373.
HSL color Cylindrical-coordinate representation of color #5DBBB2: hue angle of 174.26º 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 #5DBBB2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 178 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.27 |
| HSL | 174.26º | 0.41% | 0.55% | - |
| HSV(B) | 174.26º | 0.5% | 0.73% | - |
| XYZ | 30.32 | 41.08 | 48.45 | - |
| YUV | 157.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 178 | 0.50 | 0 | 0.05 | 0.27 | 174.26 | 0.41 | 0.55 |
| Hex | 5D | BB | B2 | 32 | 0 | 5 | 1B | AE | 29 | 37 |
| Octal | 135 | 273 | 262 | 62 | 0 | 5 | 33 | 256 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10110010 | 110010 | 0 | 101 | 11011 | 10101110 | 101001 | 110111 |
Color Harmonies of #5DBBB2
Complementary color
Monochromatic Colors of #5DBBB2
Black with #5DBBB2
Text Example
Text Example
White with #5DBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBB2; }
p { color: rgb(93,187,178); }
H1.HeaderClassName
{
color: #5DBBB2;
}
.AnyTagClassName
{
color: #5DBBB2;
}
</style>
background-color css
<style>
a { background-color: #5DBBB2; }
a { background-color: rgb(93,187,178); }
div.DivClassName
{
background-color: #5DBBB2;
}
.BgClassName
{
background-color: #5DBBB2;
}
</style>
border-color css
<style>
span { border-color: #5DBBB2; }
span { border-color: rgb(93,187,178); }
td.TdClassName
{
border-color: #5DBBB2;
}
.TagClassName
{
border-color: #5DBBB2;
}
</style>