Shades of Puerto Rico #57C8B3
Tints of Puerto Rico #57C8B3
RGB
CMYK
RGB Variations
Color information
#57C8B3 (or 0x57C8B3) is known color: Puerto Rico. HEX triplet: 57, C8 and B3. RGB value is (87,200,179). Sum of RGB (Red+Green+Blue) = 87+200+179=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #57C8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8B3 is #A8374C. Grayscale: #A3A3A3. Windows color (decimal): -11024205 or 11782231. OLE color: 11782231.
HSL color Cylindrical-coordinate representation of color #57C8B3: hue angle of 168.85º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C8B3 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 200 | 179 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.22 |
| HSL | 168.85º | 0.51% | 0.56% | - |
| HSV(B) | 168.85º | 0.57% | 0.78% | - |
| XYZ | 32.72 | 46.59 | 49.92 | - |
| YUV | 163.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 200 | 179 | 0.56 | 0 | 0.10 | 0.22 | 168.85 | 0.51 | 0.56 |
| Hex | 57 | C8 | B3 | 38 | 0 | A | 16 | A9 | 33 | 38 |
| Octal | 127 | 310 | 263 | 70 | 0 | 12 | 26 | 251 | 63 | 70 |
| Binary | 1010111 | 11001000 | 10110011 | 111000 | 0 | 1010 | 10110 | 10101001 | 110011 | 111000 |
Color Harmonies of #57C8B3
Complementary color
Monochromatic Colors of #57C8B3
Black with #57C8B3
Text Example
Text Example
White with #57C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C8B3; }
p { color: rgb(87,200,179); }
H1.HeaderClassName
{
color: #57C8B3;
}
.AnyTagClassName
{
color: #57C8B3;
}
</style>
background-color css
<style>
a { background-color: #57C8B3; }
a { background-color: rgb(87,200,179); }
div.DivClassName
{
background-color: #57C8B3;
}
.BgClassName
{
background-color: #57C8B3;
}
</style>
border-color css
<style>
span { border-color: #57C8B3; }
span { border-color: rgb(87,200,179); }
td.TdClassName
{
border-color: #57C8B3;
}
.TagClassName
{
border-color: #57C8B3;
}
</style>