Shades of Puerto Rico #43C3AF
Tints of Puerto Rico #43C3AF
RGB
CMYK
RGB Variations
Color information
#43C3AF (or 0x43C3AF) is known color: Puerto Rico. HEX triplet: 43, C3 and AF. RGB value is (67,195,175). Sum of RGB (Red+Green+Blue) = 67+195+175=437 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.33% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #43C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C3AF is #BC3C50. Grayscale: #9A9A9A. Windows color (decimal): -12336209 or 11518787. OLE color: 11518787.
HSL color Cylindrical-coordinate representation of color #43C3AF: hue angle of 170.62º 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 #43C3AF is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 175 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.24 |
| HSL | 170.63º | 0.52% | 0.51% | - |
| HSV(B) | 170.63º | 0.66% | 0.76% | - |
| XYZ | 29.57 | 43.32 | 47.36 | - |
| YUV | 154.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 175 | 0.66 | 0 | 0.10 | 0.24 | 170.63 | 0.52 | 0.51 |
| Hex | 43 | C3 | AF | 42 | 0 | A | 18 | AB | 34 | 33 |
| Octal | 103 | 303 | 257 | 102 | 0 | 12 | 30 | 253 | 64 | 63 |
| Binary | 1000011 | 11000011 | 10101111 | 1000010 | 0 | 1010 | 11000 | 10101011 | 110100 | 110011 |
Color Harmonies of #43C3AF
Complementary color
Monochromatic Colors of #43C3AF
Black with #43C3AF
Text Example
Text Example
White with #43C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C3AF; }
p { color: rgb(67,195,175); }
H1.HeaderClassName
{
color: #43C3AF;
}
.AnyTagClassName
{
color: #43C3AF;
}
</style>
background-color css
<style>
a { background-color: #43C3AF; }
a { background-color: rgb(67,195,175); }
div.DivClassName
{
background-color: #43C3AF;
}
.BgClassName
{
background-color: #43C3AF;
}
</style>
border-color css
<style>
span { border-color: #43C3AF; }
span { border-color: rgb(67,195,175); }
td.TdClassName
{
border-color: #43C3AF;
}
.TagClassName
{
border-color: #43C3AF;
}
</style>