Shades of Acapulco #6CAD96
Tints of Acapulco #6CAD96
RGB
CMYK
RGB Variations
Color information
#6CAD96 (or 0x6CAD96) is known color: Acapulco. HEX triplet: 6C, AD and 96. RGB value is (108,173,150). Sum of RGB (Red+Green+Blue) = 108+173+150=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD96 is #935269. Grayscale: #969696. Windows color (decimal): -9654890 or 9874796. OLE color: 9874796.
HSL color Cylindrical-coordinate representation of color #6CAD96: hue angle of 158.77º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAD96 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 150 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.32 |
| HSL | 158.77º | 0.28% | 0.55% | - |
| HSV(B) | 158.77º | 0.38% | 0.68% | - |
| XYZ | 26.63 | 35.28 | 34.26 | - |
| YUV | 150.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 150 | 0.38 | 0 | 0.13 | 0.32 | 158.77 | 0.28 | 0.55 |
| Hex | 6C | AD | 96 | 26 | 0 | D | 20 | 9F | 1C | 37 |
| Octal | 154 | 255 | 226 | 46 | 0 | 15 | 40 | 237 | 34 | 67 |
| Binary | 1101100 | 10101101 | 10010110 | 100110 | 0 | 1101 | 100000 | 10011111 | 11100 | 110111 |
Color Harmonies of #6CAD96
Complementary color
Monochromatic Colors of #6CAD96
Black with #6CAD96
Text Example
Text Example
White with #6CAD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD96; }
p { color: rgb(108,173,150); }
H1.HeaderClassName
{
color: #6CAD96;
}
.AnyTagClassName
{
color: #6CAD96;
}
</style>
background-color css
<style>
a { background-color: #6CAD96; }
a { background-color: rgb(108,173,150); }
div.DivClassName
{
background-color: #6CAD96;
}
.BgClassName
{
background-color: #6CAD96;
}
</style>
border-color css
<style>
span { border-color: #6CAD96; }
span { border-color: rgb(108,173,150); }
td.TdClassName
{
border-color: #6CAD96;
}
.TagClassName
{
border-color: #6CAD96;
}
</style>