Shades of Puerto Rico #5DBEB3
Tints of Puerto Rico #5DBEB3
RGB
CMYK
RGB Variations
Color information
#5DBEB3 (or 0x5DBEB3) is known color: Puerto Rico. HEX triplet: 5D, BE and B3. RGB value is (93,190,179). Sum of RGB (Red+Green+Blue) = 93+190+179=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEB3 is #A2414C. Grayscale: #9F9F9F. Windows color (decimal): -10633549 or 11779677. OLE color: 11779677.
HSL color Cylindrical-coordinate representation of color #5DBEB3: hue angle of 173.2º 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 #5DBEB3 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 179 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.25 |
| HSL | 173.2º | 0.43% | 0.55% | - |
| HSV(B) | 173.2º | 0.51% | 0.75% | - |
| XYZ | 31.06 | 42.41 | 49.2 | - |
| YUV | 159.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 179 | 0.51 | 0 | 0.06 | 0.25 | 173.2 | 0.43 | 0.55 |
| Hex | 5D | BE | B3 | 33 | 0 | 6 | 19 | AD | 2B | 37 |
| Octal | 135 | 276 | 263 | 63 | 0 | 6 | 31 | 255 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10110011 | 110011 | 0 | 110 | 11001 | 10101101 | 101011 | 110111 |
Color Harmonies of #5DBEB3
Complementary color
Monochromatic Colors of #5DBEB3
Black with #5DBEB3
Text Example
Text Example
White with #5DBEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEB3; }
p { color: rgb(93,190,179); }
H1.HeaderClassName
{
color: #5DBEB3;
}
.AnyTagClassName
{
color: #5DBEB3;
}
</style>
background-color css
<style>
a { background-color: #5DBEB3; }
a { background-color: rgb(93,190,179); }
div.DivClassName
{
background-color: #5DBEB3;
}
.BgClassName
{
background-color: #5DBEB3;
}
</style>
border-color css
<style>
span { border-color: #5DBEB3; }
span { border-color: rgb(93,190,179); }
td.TdClassName
{
border-color: #5DBEB3;
}
.TagClassName
{
border-color: #5DBEB3;
}
</style>