Shades of Puerto Rico #67BEAD
Tints of Puerto Rico #67BEAD
RGB
CMYK
RGB Variations
Color information
#67BEAD (or 0x67BEAD) is known color: Puerto Rico. HEX triplet: 67, BE and AD. RGB value is (103,190,173). Sum of RGB (Red+Green+Blue) = 103+190+173=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BEAD is #984152. Grayscale: #A2A2A2. Windows color (decimal): -9978195 or 11386471. OLE color: 11386471.
HSL color Cylindrical-coordinate representation of color #67BEAD: hue angle of 168.28º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BEAD is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 190 | 173 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.25 |
| HSL | 168.28º | 0.4% | 0.57% | - |
| HSV(B) | 168.28º | 0.46% | 0.75% | - |
| XYZ | 31.55 | 42.73 | 46.12 | - |
| YUV | 162.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 173 | 0.46 | 0 | 0.09 | 0.25 | 168.28 | 0.4 | 0.57 |
| Hex | 67 | BE | AD | 2E | 0 | 9 | 19 | A8 | 28 | 39 |
| Octal | 147 | 276 | 255 | 56 | 0 | 11 | 31 | 250 | 50 | 71 |
| Binary | 1100111 | 10111110 | 10101101 | 101110 | 0 | 1001 | 11001 | 10101000 | 101000 | 111001 |
Color Harmonies of #67BEAD
Complementary color
Monochromatic Colors of #67BEAD
Black with #67BEAD
Text Example
Text Example
White with #67BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEAD; }
p { color: rgb(103,190,173); }
H1.HeaderClassName
{
color: #67BEAD;
}
.AnyTagClassName
{
color: #67BEAD;
}
</style>
background-color css
<style>
a { background-color: #67BEAD; }
a { background-color: rgb(103,190,173); }
div.DivClassName
{
background-color: #67BEAD;
}
.BgClassName
{
background-color: #67BEAD;
}
</style>
border-color css
<style>
span { border-color: #67BEAD; }
span { border-color: rgb(103,190,173); }
td.TdClassName
{
border-color: #67BEAD;
}
.TagClassName
{
border-color: #67BEAD;
}
</style>