Shades of Puerto Rico #42C1B3
Tints of Puerto Rico #42C1B3
RGB
CMYK
RGB Variations
Color information
#42C1B3 (or 0x42C1B3) is known color: Puerto Rico. HEX triplet: 42, C1 and B3. RGB value is (66,193,179). Sum of RGB (Red+Green+Blue) = 66+193+179=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #42C1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C1B3 is #BD3E4C. Grayscale: #999999. Windows color (decimal): -12402253 or 11780418. OLE color: 11780418.
HSL color Cylindrical-coordinate representation of color #42C1B3: hue angle of 173.39º degrees, saturation: 0.51, 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 #42C1B3 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 179 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.24 |
| HSL | 173.39º | 0.51% | 0.51% | - |
| HSV(B) | 173.39º | 0.66% | 0.76% | - |
| XYZ | 29.45 | 42.55 | 49.31 | - |
| YUV | 153.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 179 | 0.66 | 0 | 0.07 | 0.24 | 173.39 | 0.51 | 0.51 |
| Hex | 42 | C1 | B3 | 42 | 0 | 7 | 18 | AD | 33 | 33 |
| Octal | 102 | 301 | 263 | 102 | 0 | 7 | 30 | 255 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10110011 | 1000010 | 0 | 111 | 11000 | 10101101 | 110011 | 110011 |
Color Harmonies of #42C1B3
Complementary color
Monochromatic Colors of #42C1B3
Black with #42C1B3
Text Example
Text Example
White with #42C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C1B3; }
p { color: rgb(66,193,179); }
H1.HeaderClassName
{
color: #42C1B3;
}
.AnyTagClassName
{
color: #42C1B3;
}
</style>
background-color css
<style>
a { background-color: #42C1B3; }
a { background-color: rgb(66,193,179); }
div.DivClassName
{
background-color: #42C1B3;
}
.BgClassName
{
background-color: #42C1B3;
}
</style>
border-color css
<style>
span { border-color: #42C1B3; }
span { border-color: rgb(66,193,179); }
td.TdClassName
{
border-color: #42C1B3;
}
.TagClassName
{
border-color: #42C1B3;
}
</style>