Shades of Puerto Rico #45BEB0
Tints of Puerto Rico #45BEB0
RGB
CMYK
RGB Variations
Color information
#45BEB0 (or 0x45BEB0) is known color: Puerto Rico. HEX triplet: 45, BE and B0. RGB value is (69,190,176). Sum of RGB (Red+Green+Blue) = 69+190+176=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BEB0 is #BA414F. Grayscale: #989898. Windows color (decimal): -12206416 or 11583045. OLE color: 11583045.
HSL color Cylindrical-coordinate representation of color #45BEB0: hue angle of 173.06º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BEB0 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 176 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.25 |
| HSL | 173.06º | 0.48% | 0.51% | - |
| HSV(B) | 173.06º | 0.64% | 0.75% | - |
| XYZ | 28.7 | 41.23 | 47.52 | - |
| YUV | 152.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 176 | 0.64 | 0 | 0.07 | 0.25 | 173.06 | 0.48 | 0.51 |
| Hex | 45 | BE | B0 | 40 | 0 | 7 | 19 | AD | 30 | 33 |
| Octal | 105 | 276 | 260 | 100 | 0 | 7 | 31 | 255 | 60 | 63 |
| Binary | 1000101 | 10111110 | 10110000 | 1000000 | 0 | 111 | 11001 | 10101101 | 110000 | 110011 |
Color Harmonies of #45BEB0
Complementary color
Monochromatic Colors of #45BEB0
Black with #45BEB0
Text Example
Text Example
White with #45BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BEB0; }
p { color: rgb(69,190,176); }
H1.HeaderClassName
{
color: #45BEB0;
}
.AnyTagClassName
{
color: #45BEB0;
}
</style>
background-color css
<style>
a { background-color: #45BEB0; }
a { background-color: rgb(69,190,176); }
div.DivClassName
{
background-color: #45BEB0;
}
.BgClassName
{
background-color: #45BEB0;
}
</style>
border-color css
<style>
span { border-color: #45BEB0; }
span { border-color: rgb(69,190,176); }
td.TdClassName
{
border-color: #45BEB0;
}
.TagClassName
{
border-color: #45BEB0;
}
</style>