Shades of Puerto Rico #5CBDAB
Tints of Puerto Rico #5CBDAB
RGB
CMYK
RGB Variations
Color information
#5CBDAB (or 0x5CBDAB) is known color: Puerto Rico. HEX triplet: 5C, BD and AB. RGB value is (92,189,171). Sum of RGB (Red+Green+Blue) = 92+189+171=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBDAB is #A34254. Grayscale: #9D9D9D. Windows color (decimal): -10699349 or 11255132. OLE color: 11255132.
HSL color Cylindrical-coordinate representation of color #5CBDAB: hue angle of 168.87º 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 #5CBDAB is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 171 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.26 |
| HSL | 168.87º | 0.42% | 0.55% | - |
| HSV(B) | 168.87º | 0.51% | 0.74% | - |
| XYZ | 29.96 | 41.61 | 44.98 | - |
| YUV | 157.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 171 | 0.51 | 0 | 0.10 | 0.26 | 168.87 | 0.42 | 0.55 |
| Hex | 5C | BD | AB | 33 | 0 | A | 1A | A9 | 2A | 37 |
| Octal | 134 | 275 | 253 | 63 | 0 | 12 | 32 | 251 | 52 | 67 |
| Binary | 1011100 | 10111101 | 10101011 | 110011 | 0 | 1010 | 11010 | 10101001 | 101010 | 110111 |
Color Harmonies of #5CBDAB
Complementary color
Monochromatic Colors of #5CBDAB
Black with #5CBDAB
Text Example
Text Example
White with #5CBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDAB; }
p { color: rgb(92,189,171); }
H1.HeaderClassName
{
color: #5CBDAB;
}
.AnyTagClassName
{
color: #5CBDAB;
}
</style>
background-color css
<style>
a { background-color: #5CBDAB; }
a { background-color: rgb(92,189,171); }
div.DivClassName
{
background-color: #5CBDAB;
}
.BgClassName
{
background-color: #5CBDAB;
}
</style>
border-color css
<style>
span { border-color: #5CBDAB; }
span { border-color: rgb(92,189,171); }
td.TdClassName
{
border-color: #5CBDAB;
}
.TagClassName
{
border-color: #5CBDAB;
}
</style>