Shades of Puerto Rico #45B299
Tints of Puerto Rico #45B299
RGB
CMYK
RGB Variations
Color information
#45B299 (or 0x45B299) is known color: Puerto Rico. HEX triplet: 45, B2 and 99. RGB value is (69,178,153). Sum of RGB (Red+Green+Blue) = 69+178+153=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #45B299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B299 is #BA4D66. Grayscale: #8E8E8E. Windows color (decimal): -12209511 or 10072645. OLE color: 10072645.
HSL color Cylindrical-coordinate representation of color #45B299: hue angle of 166.24º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B299 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 153 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.30 |
| HSL | 166.24º | 0.44% | 0.48% | - |
| HSV(B) | 166.24º | 0.61% | 0.7% | - |
| XYZ | 24.12 | 35.41 | 35.7 | - |
| YUV | 142.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 153 | 0.61 | 0 | 0.14 | 0.30 | 166.24 | 0.44 | 0.48 |
| Hex | 45 | B2 | 99 | 3D | 0 | E | 1E | A6 | 2C | 30 |
| Octal | 105 | 262 | 231 | 75 | 0 | 16 | 36 | 246 | 54 | 60 |
| Binary | 1000101 | 10110010 | 10011001 | 111101 | 0 | 1110 | 11110 | 10100110 | 101100 | 110000 |
Color Harmonies of #45B299
Complementary color
Monochromatic Colors of #45B299
Black with #45B299
Text Example
Text Example
White with #45B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B299; }
p { color: rgb(69,178,153); }
H1.HeaderClassName
{
color: #45B299;
}
.AnyTagClassName
{
color: #45B299;
}
</style>
background-color css
<style>
a { background-color: #45B299; }
a { background-color: rgb(69,178,153); }
div.DivClassName
{
background-color: #45B299;
}
.BgClassName
{
background-color: #45B299;
}
</style>
border-color css
<style>
span { border-color: #45B299; }
span { border-color: rgb(69,178,153); }
td.TdClassName
{
border-color: #45B299;
}
.TagClassName
{
border-color: #45B299;
}
</style>