Shades of Puerto Rico #40C2AC
Tints of Puerto Rico #40C2AC
RGB
CMYK
RGB Variations
Color information
#40C2AC (or 0x40C2AC) is known color: Puerto Rico. HEX triplet: 40, C2 and AC. RGB value is (64,194,172). Sum of RGB (Red+Green+Blue) = 64+194+172=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #40C2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C2AC is #BF3D53. Grayscale: #989898. Windows color (decimal): -12533076 or 11321920. OLE color: 11321920.
HSL color Cylindrical-coordinate representation of color #40C2AC: hue angle of 169.85º 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 #40C2AC is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 172 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.24 |
| HSL | 169.85º | 0.52% | 0.51% | - |
| HSV(B) | 169.85º | 0.67% | 0.76% | - |
| XYZ | 28.85 | 42.65 | 45.74 | - |
| YUV | 152.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 172 | 0.67 | 0 | 0.11 | 0.24 | 169.85 | 0.52 | 0.51 |
| Hex | 40 | C2 | AC | 43 | 0 | B | 18 | AA | 34 | 33 |
| Octal | 100 | 302 | 254 | 103 | 0 | 13 | 30 | 252 | 64 | 63 |
| Binary | 1000000 | 11000010 | 10101100 | 1000011 | 0 | 1011 | 11000 | 10101010 | 110100 | 110011 |
Color Harmonies of #40C2AC
Complementary color
Monochromatic Colors of #40C2AC
Black with #40C2AC
Text Example
Text Example
White with #40C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C2AC; }
p { color: rgb(64,194,172); }
H1.HeaderClassName
{
color: #40C2AC;
}
.AnyTagClassName
{
color: #40C2AC;
}
</style>
background-color css
<style>
a { background-color: #40C2AC; }
a { background-color: rgb(64,194,172); }
div.DivClassName
{
background-color: #40C2AC;
}
.BgClassName
{
background-color: #40C2AC;
}
</style>
border-color css
<style>
span { border-color: #40C2AC; }
span { border-color: rgb(64,194,172); }
td.TdClassName
{
border-color: #40C2AC;
}
.TagClassName
{
border-color: #40C2AC;
}
</style>