Shades of Puerto Rico #43CAB0
Tints of Puerto Rico #43CAB0
RGB
CMYK
RGB Variations
Color information
#43CAB0 (or 0x43CAB0) is known color: Puerto Rico. HEX triplet: 43, CA and B0. RGB value is (67,202,176). Sum of RGB (Red+Green+Blue) = 67+202+176=445 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.06% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #43CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43CAB0 is #BC354F. Grayscale: #9E9E9E. Windows color (decimal): -12334416 or 11586115. OLE color: 11586115.
HSL color Cylindrical-coordinate representation of color #43CAB0: hue angle of 168.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CAB0 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 176 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.21 |
| HSL | 168.44º | 0.56% | 0.53% | - |
| HSV(B) | 168.44º | 0.67% | 0.79% | - |
| XYZ | 31.27 | 46.57 | 48.41 | - |
| YUV | 158.67 | 137.77 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 176 | 0.67 | 0 | 0.13 | 0.21 | 168.44 | 0.56 | 0.53 |
| Hex | 43 | CA | B0 | 43 | 0 | D | 15 | A8 | 38 | 35 |
| Octal | 103 | 312 | 260 | 103 | 0 | 15 | 25 | 250 | 70 | 65 |
| Binary | 1000011 | 11001010 | 10110000 | 1000011 | 0 | 1101 | 10101 | 10101000 | 111000 | 110101 |
Color Harmonies of #43CAB0
Complementary color
Monochromatic Colors of #43CAB0
Black with #43CAB0
Text Example
Text Example
White with #43CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CAB0; }
p { color: rgb(67,202,176); }
H1.HeaderClassName
{
color: #43CAB0;
}
.AnyTagClassName
{
color: #43CAB0;
}
</style>
background-color css
<style>
a { background-color: #43CAB0; }
a { background-color: rgb(67,202,176); }
div.DivClassName
{
background-color: #43CAB0;
}
.BgClassName
{
background-color: #43CAB0;
}
</style>
border-color css
<style>
span { border-color: #43CAB0; }
span { border-color: rgb(67,202,176); }
td.TdClassName
{
border-color: #43CAB0;
}
.TagClassName
{
border-color: #43CAB0;
}
</style>