Shades of Puerto Rico #5DBDA4
Tints of Puerto Rico #5DBDA4
RGB
CMYK
RGB Variations
Color information
#5DBDA4 (or 0x5DBDA4) is known color: Puerto Rico. HEX triplet: 5D, BD and A4. RGB value is (93,189,164). Sum of RGB (Red+Green+Blue) = 93+189+164=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBDA4 is #A2425B. Grayscale: #9D9D9D. Windows color (decimal): -10633820 or 10796381. OLE color: 10796381.
HSL color Cylindrical-coordinate representation of color #5DBDA4: hue angle of 164.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBDA4 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 164 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.26 |
| HSL | 164.38º | 0.42% | 0.55% | - |
| HSV(B) | 164.38º | 0.51% | 0.74% | - |
| XYZ | 29.41 | 41.4 | 41.56 | - |
| YUV | 157.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 164 | 0.51 | 0 | 0.13 | 0.26 | 164.38 | 0.42 | 0.55 |
| Hex | 5D | BD | A4 | 33 | 0 | D | 1A | A4 | 2A | 37 |
| Octal | 135 | 275 | 244 | 63 | 0 | 15 | 32 | 244 | 52 | 67 |
| Binary | 1011101 | 10111101 | 10100100 | 110011 | 0 | 1101 | 11010 | 10100100 | 101010 | 110111 |
Color Harmonies of #5DBDA4
Complementary color
Monochromatic Colors of #5DBDA4
Black with #5DBDA4
Text Example
Text Example
White with #5DBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDA4; }
p { color: rgb(93,189,164); }
H1.HeaderClassName
{
color: #5DBDA4;
}
.AnyTagClassName
{
color: #5DBDA4;
}
</style>
background-color css
<style>
a { background-color: #5DBDA4; }
a { background-color: rgb(93,189,164); }
div.DivClassName
{
background-color: #5DBDA4;
}
.BgClassName
{
background-color: #5DBDA4;
}
</style>
border-color css
<style>
span { border-color: #5DBDA4; }
span { border-color: rgb(93,189,164); }
td.TdClassName
{
border-color: #5DBDA4;
}
.TagClassName
{
border-color: #5DBDA4;
}
</style>