Shades of Puerto Rico #45AE9A
Tints of Puerto Rico #45AE9A
RGB
CMYK
RGB Variations
Color information
#45AE9A (or 0x45AE9A) is known color: Puerto Rico. HEX triplet: 45, AE and 9A. RGB value is (69,174,154). Sum of RGB (Red+Green+Blue) = 69+174+154=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AE9A is #BA5165. Grayscale: #8C8C8C. Windows color (decimal): -12210534 or 10137157. OLE color: 10137157.
HSL color Cylindrical-coordinate representation of color #45AE9A: hue angle of 168.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AE9A is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 174 | 154 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.32 |
| HSL | 168.57º | 0.43% | 0.48% | - |
| HSV(B) | 168.57º | 0.6% | 0.68% | - |
| XYZ | 23.42 | 33.87 | 35.87 | - |
| YUV | 140.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 174 | 154 | 0.60 | 0 | 0.11 | 0.32 | 168.57 | 0.43 | 0.48 |
| Hex | 45 | AE | 9A | 3C | 0 | B | 20 | A9 | 2B | 30 |
| Octal | 105 | 256 | 232 | 74 | 0 | 13 | 40 | 251 | 53 | 60 |
| Binary | 1000101 | 10101110 | 10011010 | 111100 | 0 | 1011 | 100000 | 10101001 | 101011 | 110000 |
Color Harmonies of #45AE9A
Complementary color
Monochromatic Colors of #45AE9A
Black with #45AE9A
Text Example
Text Example
White with #45AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AE9A; }
p { color: rgb(69,174,154); }
H1.HeaderClassName
{
color: #45AE9A;
}
.AnyTagClassName
{
color: #45AE9A;
}
</style>
background-color css
<style>
a { background-color: #45AE9A; }
a { background-color: rgb(69,174,154); }
div.DivClassName
{
background-color: #45AE9A;
}
.BgClassName
{
background-color: #45AE9A;
}
</style>
border-color css
<style>
span { border-color: #45AE9A; }
span { border-color: rgb(69,174,154); }
td.TdClassName
{
border-color: #45AE9A;
}
.TagClassName
{
border-color: #45AE9A;
}
</style>