Shades of Puerto Rico #42C3AE
Tints of Puerto Rico #42C3AE
RGB
CMYK
RGB Variations
Color information
#42C3AE (or 0x42C3AE) is known color: Puerto Rico. HEX triplet: 42, C3 and AE. RGB value is (66,195,174). Sum of RGB (Red+Green+Blue) = 66+195+174=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #42C3AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C3AE is #BD3C51. Grayscale: #999999. Windows color (decimal): -12401746 or 11453250. OLE color: 11453250.
HSL color Cylindrical-coordinate representation of color #42C3AE: hue angle of 170.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C3AE is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 174 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.24 |
| HSL | 170.23º | 0.52% | 0.51% | - |
| HSV(B) | 170.23º | 0.66% | 0.76% | - |
| XYZ | 29.4 | 43.24 | 46.84 | - |
| YUV | 154.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 174 | 0.66 | 0 | 0.11 | 0.24 | 170.23 | 0.52 | 0.51 |
| Hex | 42 | C3 | AE | 42 | 0 | B | 18 | AA | 34 | 33 |
| Octal | 102 | 303 | 256 | 102 | 0 | 13 | 30 | 252 | 64 | 63 |
| Binary | 1000010 | 11000011 | 10101110 | 1000010 | 0 | 1011 | 11000 | 10101010 | 110100 | 110011 |
Color Harmonies of #42C3AE
Complementary color
Monochromatic Colors of #42C3AE
Black with #42C3AE
Text Example
Text Example
White with #42C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C3AE; }
p { color: rgb(66,195,174); }
H1.HeaderClassName
{
color: #42C3AE;
}
.AnyTagClassName
{
color: #42C3AE;
}
</style>
background-color css
<style>
a { background-color: #42C3AE; }
a { background-color: rgb(66,195,174); }
div.DivClassName
{
background-color: #42C3AE;
}
.BgClassName
{
background-color: #42C3AE;
}
</style>
border-color css
<style>
span { border-color: #42C3AE; }
span { border-color: rgb(66,195,174); }
td.TdClassName
{
border-color: #42C3AE;
}
.TagClassName
{
border-color: #42C3AE;
}
</style>