Shades of Puerto Rico #5CBDAD
Tints of Puerto Rico #5CBDAD
RGB
CMYK
RGB Variations
Color information
#5CBDAD (or 0x5CBDAD) is known color: Puerto Rico. HEX triplet: 5C, BD and AD. RGB value is (92,189,173). Sum of RGB (Red+Green+Blue) = 92+189+173=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBDAD is #A34252. Grayscale: #9E9E9E. Windows color (decimal): -10699347 or 11386204. OLE color: 11386204.
HSL color Cylindrical-coordinate representation of color #5CBDAD: hue angle of 170.1º 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 #5CBDAD is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 173 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.26 |
| HSL | 170.1º | 0.42% | 0.55% | - |
| HSV(B) | 170.1º | 0.51% | 0.74% | - |
| XYZ | 30.15 | 41.69 | 45.99 | - |
| YUV | 158.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 173 | 0.51 | 0 | 0.08 | 0.26 | 170.1 | 0.42 | 0.55 |
| Hex | 5C | BD | AD | 33 | 0 | 8 | 1A | AA | 2A | 37 |
| Octal | 134 | 275 | 255 | 63 | 0 | 10 | 32 | 252 | 52 | 67 |
| Binary | 1011100 | 10111101 | 10101101 | 110011 | 0 | 1000 | 11010 | 10101010 | 101010 | 110111 |
Color Harmonies of #5CBDAD
Complementary color
Monochromatic Colors of #5CBDAD
Black with #5CBDAD
Text Example
Text Example
White with #5CBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDAD; }
p { color: rgb(92,189,173); }
H1.HeaderClassName
{
color: #5CBDAD;
}
.AnyTagClassName
{
color: #5CBDAD;
}
</style>
background-color css
<style>
a { background-color: #5CBDAD; }
a { background-color: rgb(92,189,173); }
div.DivClassName
{
background-color: #5CBDAD;
}
.BgClassName
{
background-color: #5CBDAD;
}
</style>
border-color css
<style>
span { border-color: #5CBDAD; }
span { border-color: rgb(92,189,173); }
td.TdClassName
{
border-color: #5CBDAD;
}
.TagClassName
{
border-color: #5CBDAD;
}
</style>