Shades of Puerto Rico #42AF9C
Tints of Puerto Rico #42AF9C
RGB
CMYK
RGB Variations
Color information
#42AF9C (or 0x42AF9C) is known color: Puerto Rico. HEX triplet: 42, AF and 9C. RGB value is (66,175,156). Sum of RGB (Red+Green+Blue) = 66+175+156=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF9C is #BD5063. Grayscale: #8C8C8C. Windows color (decimal): -12406884 or 10268482. OLE color: 10268482.
HSL color Cylindrical-coordinate representation of color #42AF9C: hue angle of 169.54º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF9C is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 156 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.31 |
| HSL | 169.54º | 0.45% | 0.47% | - |
| HSV(B) | 169.54º | 0.62% | 0.69% | - |
| XYZ | 23.58 | 34.22 | 36.81 | - |
| YUV | 140.24 | 136.89 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 156 | 0.62 | 0 | 0.11 | 0.31 | 169.54 | 0.45 | 0.47 |
| Hex | 42 | AF | 9C | 3E | 0 | B | 1F | AA | 2D | 2F |
| Octal | 102 | 257 | 234 | 76 | 0 | 13 | 37 | 252 | 55 | 57 |
| Binary | 1000010 | 10101111 | 10011100 | 111110 | 0 | 1011 | 11111 | 10101010 | 101101 | 101111 |
Color Harmonies of #42AF9C
Complementary color
Monochromatic Colors of #42AF9C
Black with #42AF9C
Text Example
Text Example
White with #42AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF9C; }
p { color: rgb(66,175,156); }
H1.HeaderClassName
{
color: #42AF9C;
}
.AnyTagClassName
{
color: #42AF9C;
}
</style>
background-color css
<style>
a { background-color: #42AF9C; }
a { background-color: rgb(66,175,156); }
div.DivClassName
{
background-color: #42AF9C;
}
.BgClassName
{
background-color: #42AF9C;
}
</style>
border-color css
<style>
span { border-color: #42AF9C; }
span { border-color: rgb(66,175,156); }
td.TdClassName
{
border-color: #42AF9C;
}
.TagClassName
{
border-color: #42AF9C;
}
</style>