Shades of Acapulco #6CAB8B
Tints of Acapulco #6CAB8B
RGB
CMYK
RGB Variations
Color information
#6CAB8B (or 0x6CAB8B) is known color: Acapulco. HEX triplet: 6C, AB and 8B. RGB value is (108,171,139). Sum of RGB (Red+Green+Blue) = 108+171+139=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB8B is #935474. Grayscale: #949494. Windows color (decimal): -9655413 or 9153388. OLE color: 9153388.
HSL color Cylindrical-coordinate representation of color #6CAB8B: hue angle of 149.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAB8B is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 139 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.33 |
| HSL | 149.52º | 0.27% | 0.55% | - |
| HSV(B) | 149.52º | 0.37% | 0.67% | - |
| XYZ | 25.41 | 34.18 | 29.68 | - |
| YUV | 148.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 139 | 0.37 | 0 | 0.19 | 0.33 | 149.52 | 0.27 | 0.55 |
| Hex | 6C | AB | 8B | 25 | 0 | 13 | 21 | 96 | 1B | 37 |
| Octal | 154 | 253 | 213 | 45 | 0 | 23 | 41 | 226 | 33 | 67 |
| Binary | 1101100 | 10101011 | 10001011 | 100101 | 0 | 10011 | 100001 | 10010110 | 11011 | 110111 |
Color Harmonies of #6CAB8B
Complementary color
Monochromatic Colors of #6CAB8B
Black with #6CAB8B
Text Example
Text Example
White with #6CAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB8B; }
p { color: rgb(108,171,139); }
H1.HeaderClassName
{
color: #6CAB8B;
}
.AnyTagClassName
{
color: #6CAB8B;
}
</style>
background-color css
<style>
a { background-color: #6CAB8B; }
a { background-color: rgb(108,171,139); }
div.DivClassName
{
background-color: #6CAB8B;
}
.BgClassName
{
background-color: #6CAB8B;
}
</style>
border-color css
<style>
span { border-color: #6CAB8B; }
span { border-color: rgb(108,171,139); }
td.TdClassName
{
border-color: #6CAB8B;
}
.TagClassName
{
border-color: #6CAB8B;
}
</style>