Shades of Puerto Rico #5DB2A4
Tints of Puerto Rico #5DB2A4
RGB
CMYK
RGB Variations
Color information
#5DB2A4 (or 0x5DB2A4) is known color: Puerto Rico. HEX triplet: 5D, B2 and A4. RGB value is (93,178,164). Sum of RGB (Red+Green+Blue) = 93+178+164=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB2A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB2A4 is #A24D5B. Grayscale: #969696. Windows color (decimal): -10636636 or 10793565. OLE color: 10793565.
HSL color Cylindrical-coordinate representation of color #5DB2A4: hue angle of 170.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB2A4 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 164 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.30 |
| HSL | 170.12º | 0.36% | 0.53% | - |
| HSV(B) | 170.12º | 0.48% | 0.7% | - |
| XYZ | 27.14 | 36.85 | 40.8 | - |
| YUV | 150.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 164 | 0.48 | 0 | 0.08 | 0.30 | 170.12 | 0.36 | 0.53 |
| Hex | 5D | B2 | A4 | 30 | 0 | 8 | 1E | AA | 24 | 35 |
| Octal | 135 | 262 | 244 | 60 | 0 | 10 | 36 | 252 | 44 | 65 |
| Binary | 1011101 | 10110010 | 10100100 | 110000 | 0 | 1000 | 11110 | 10101010 | 100100 | 110101 |
Color Harmonies of #5DB2A4
Complementary color
Monochromatic Colors of #5DB2A4
Black with #5DB2A4
Text Example
Text Example
White with #5DB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2A4; }
p { color: rgb(93,178,164); }
H1.HeaderClassName
{
color: #5DB2A4;
}
.AnyTagClassName
{
color: #5DB2A4;
}
</style>
background-color css
<style>
a { background-color: #5DB2A4; }
a { background-color: rgb(93,178,164); }
div.DivClassName
{
background-color: #5DB2A4;
}
.BgClassName
{
background-color: #5DB2A4;
}
</style>
border-color css
<style>
span { border-color: #5DB2A4; }
span { border-color: rgb(93,178,164); }
td.TdClassName
{
border-color: #5DB2A4;
}
.TagClassName
{
border-color: #5DB2A4;
}
</style>