Shades of Puerto Rico #40C2AE
Tints of Puerto Rico #40C2AE
RGB
CMYK
RGB Variations
Color information
#40C2AE (or 0x40C2AE) is known color: Puerto Rico. HEX triplet: 40, C2 and AE. RGB value is (64,194,174). Sum of RGB (Red+Green+Blue) = 64+194+174=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #40C2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C2AE is #BF3D51. Grayscale: #989898. Windows color (decimal): -12533074 or 11452992. OLE color: 11452992.
HSL color Cylindrical-coordinate representation of color #40C2AE: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C2AE is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 174 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.24 |
| HSL | 170.77º | 0.52% | 0.51% | - |
| HSV(B) | 170.77º | 0.67% | 0.76% | - |
| XYZ | 29.05 | 42.73 | 46.76 | - |
| YUV | 152.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 174 | 0.67 | 0 | 0.10 | 0.24 | 170.77 | 0.52 | 0.51 |
| Hex | 40 | C2 | AE | 43 | 0 | A | 18 | AB | 34 | 33 |
| Octal | 100 | 302 | 256 | 103 | 0 | 12 | 30 | 253 | 64 | 63 |
| Binary | 1000000 | 11000010 | 10101110 | 1000011 | 0 | 1010 | 11000 | 10101011 | 110100 | 110011 |
Color Harmonies of #40C2AE
Complementary color
Monochromatic Colors of #40C2AE
Black with #40C2AE
Text Example
Text Example
White with #40C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C2AE; }
p { color: rgb(64,194,174); }
H1.HeaderClassName
{
color: #40C2AE;
}
.AnyTagClassName
{
color: #40C2AE;
}
</style>
background-color css
<style>
a { background-color: #40C2AE; }
a { background-color: rgb(64,194,174); }
div.DivClassName
{
background-color: #40C2AE;
}
.BgClassName
{
background-color: #40C2AE;
}
</style>
border-color css
<style>
span { border-color: #40C2AE; }
span { border-color: rgb(64,194,174); }
td.TdClassName
{
border-color: #40C2AE;
}
.TagClassName
{
border-color: #40C2AE;
}
</style>