Shades of Puerto Rico #43ADAA
Tints of Puerto Rico #43ADAA
RGB
CMYK
RGB Variations
Color information
#43ADAA (or 0x43ADAA) is known color: Puerto Rico. HEX triplet: 43, AD and AA. RGB value is (67,173,170). Sum of RGB (Red+Green+Blue) = 67+173+170=410 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.34% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #43ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43ADAA is #BC5255. Grayscale: #8C8C8C. Windows color (decimal): -12341846 or 11185475. OLE color: 11185475.
HSL color Cylindrical-coordinate representation of color #43ADAA: hue angle of 178.3º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43ADAA is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 170 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.32 |
| HSL | 178.3º | 0.44% | 0.47% | - |
| HSV(B) | 178.3º | 0.61% | 0.68% | - |
| XYZ | 24.51 | 33.98 | 43.3 | - |
| YUV | 140.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 170 | 0.61 | 0 | 0.02 | 0.32 | 178.3 | 0.44 | 0.47 |
| Hex | 43 | AD | AA | 3D | 0 | 2 | 20 | B2 | 2C | 2F |
| Octal | 103 | 255 | 252 | 75 | 0 | 2 | 40 | 262 | 54 | 57 |
| Binary | 1000011 | 10101101 | 10101010 | 111101 | 0 | 10 | 100000 | 10110010 | 101100 | 101111 |
Color Harmonies of #43ADAA
Complementary color
Monochromatic Colors of #43ADAA
Black with #43ADAA
Text Example
Text Example
White with #43ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ADAA; }
p { color: rgb(67,173,170); }
H1.HeaderClassName
{
color: #43ADAA;
}
.AnyTagClassName
{
color: #43ADAA;
}
</style>
background-color css
<style>
a { background-color: #43ADAA; }
a { background-color: rgb(67,173,170); }
div.DivClassName
{
background-color: #43ADAA;
}
.BgClassName
{
background-color: #43ADAA;
}
</style>
border-color css
<style>
span { border-color: #43ADAA; }
span { border-color: rgb(67,173,170); }
td.TdClassName
{
border-color: #43ADAA;
}
.TagClassName
{
border-color: #43ADAA;
}
</style>