Shades of Puerto Rico #5CB2AA
Tints of Puerto Rico #5CB2AA
RGB
CMYK
RGB Variations
Color information
#5CB2AA (or 0x5CB2AA) is known color: Puerto Rico. HEX triplet: 5C, B2 and AA. RGB value is (92,178,170). Sum of RGB (Red+Green+Blue) = 92+178+170=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB2AA is #A34D55. Grayscale: #979797. Windows color (decimal): -10702166 or 11186780. OLE color: 11186780.
HSL color Cylindrical-coordinate representation of color #5CB2AA: hue angle of 174.42º 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 #5CB2AA is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 178 | 170 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.30 |
| HSL | 174.42º | 0.36% | 0.53% | - |
| HSV(B) | 174.42º | 0.48% | 0.7% | - |
| XYZ | 27.59 | 37.02 | 43.72 | - |
| YUV | 151.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 170 | 0.48 | 0 | 0.04 | 0.30 | 174.42 | 0.36 | 0.53 |
| Hex | 5C | B2 | AA | 30 | 0 | 4 | 1E | AE | 24 | 35 |
| Octal | 134 | 262 | 252 | 60 | 0 | 4 | 36 | 256 | 44 | 65 |
| Binary | 1011100 | 10110010 | 10101010 | 110000 | 0 | 100 | 11110 | 10101110 | 100100 | 110101 |
Color Harmonies of #5CB2AA
Complementary color
Monochromatic Colors of #5CB2AA
Black with #5CB2AA
Text Example
Text Example
White with #5CB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB2AA; }
p { color: rgb(92,178,170); }
H1.HeaderClassName
{
color: #5CB2AA;
}
.AnyTagClassName
{
color: #5CB2AA;
}
</style>
background-color css
<style>
a { background-color: #5CB2AA; }
a { background-color: rgb(92,178,170); }
div.DivClassName
{
background-color: #5CB2AA;
}
.BgClassName
{
background-color: #5CB2AA;
}
</style>
border-color css
<style>
span { border-color: #5CB2AA; }
span { border-color: rgb(92,178,170); }
td.TdClassName
{
border-color: #5CB2AA;
}
.TagClassName
{
border-color: #5CB2AA;
}
</style>