Shades of Puerto Rico #42AF9D
Tints of Puerto Rico #42AF9D
RGB
CMYK
RGB Variations
Color information
#42AF9D (or 0x42AF9D) is known color: Puerto Rico. HEX triplet: 42, AF and 9D. RGB value is (66,175,157). Sum of RGB (Red+Green+Blue) = 66+175+157=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF9D is #BD5062. Grayscale: #8C8C8C. Windows color (decimal): -12406883 or 10334018. OLE color: 10334018.
HSL color Cylindrical-coordinate representation of color #42AF9D: hue angle of 170.09º 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 #42AF9D is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 157 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.31 |
| HSL | 170.09º | 0.45% | 0.47% | - |
| HSV(B) | 170.09º | 0.62% | 0.69% | - |
| XYZ | 23.66 | 34.25 | 37.26 | - |
| YUV | 140.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 157 | 0.62 | 0 | 0.10 | 0.31 | 170.09 | 0.45 | 0.47 |
| Hex | 42 | AF | 9D | 3E | 0 | A | 1F | AA | 2D | 2F |
| Octal | 102 | 257 | 235 | 76 | 0 | 12 | 37 | 252 | 55 | 57 |
| Binary | 1000010 | 10101111 | 10011101 | 111110 | 0 | 1010 | 11111 | 10101010 | 101101 | 101111 |
Color Harmonies of #42AF9D
Complementary color
Monochromatic Colors of #42AF9D
Black with #42AF9D
Text Example
Text Example
White with #42AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF9D; }
p { color: rgb(66,175,157); }
H1.HeaderClassName
{
color: #42AF9D;
}
.AnyTagClassName
{
color: #42AF9D;
}
</style>
background-color css
<style>
a { background-color: #42AF9D; }
a { background-color: rgb(66,175,157); }
div.DivClassName
{
background-color: #42AF9D;
}
.BgClassName
{
background-color: #42AF9D;
}
</style>
border-color css
<style>
span { border-color: #42AF9D; }
span { border-color: rgb(66,175,157); }
td.TdClassName
{
border-color: #42AF9D;
}
.TagClassName
{
border-color: #42AF9D;
}
</style>