Shades of Puerto Rico #45B592
Tints of Puerto Rico #45B592
RGB
CMYK
RGB Variations
Color information
#45B592 (or 0x45B592) is known color: Puerto Rico. HEX triplet: 45, B5 and 92. RGB value is (69,181,146). Sum of RGB (Red+Green+Blue) = 69+181+146=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #45B592 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B592 is #BA4A6D. Grayscale: #8F8F8F. Windows color (decimal): -12208750 or 9614661. OLE color: 9614661.
HSL color Cylindrical-coordinate representation of color #45B592: hue angle of 161.25º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B592 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 181 | 146 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.29 |
| HSL | 161.25º | 0.45% | 0.49% | - |
| HSV(B) | 161.25º | 0.62% | 0.71% | - |
| XYZ | 24.17 | 36.39 | 32.94 | - |
| YUV | 143.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 181 | 146 | 0.62 | 0 | 0.19 | 0.29 | 161.25 | 0.45 | 0.49 |
| Hex | 45 | B5 | 92 | 3E | 0 | 13 | 1D | A1 | 2D | 31 |
| Octal | 105 | 265 | 222 | 76 | 0 | 23 | 35 | 241 | 55 | 61 |
| Binary | 1000101 | 10110101 | 10010010 | 111110 | 0 | 10011 | 11101 | 10100001 | 101101 | 110001 |
Color Harmonies of #45B592
Complementary color
Monochromatic Colors of #45B592
Black with #45B592
Text Example
Text Example
White with #45B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B592; }
p { color: rgb(69,181,146); }
H1.HeaderClassName
{
color: #45B592;
}
.AnyTagClassName
{
color: #45B592;
}
</style>
background-color css
<style>
a { background-color: #45B592; }
a { background-color: rgb(69,181,146); }
div.DivClassName
{
background-color: #45B592;
}
.BgClassName
{
background-color: #45B592;
}
</style>
border-color css
<style>
span { border-color: #45B592; }
span { border-color: rgb(69,181,146); }
td.TdClassName
{
border-color: #45B592;
}
.TagClassName
{
border-color: #45B592;
}
</style>