Shades of Acapulco #6CB18F
Tints of Acapulco #6CB18F
RGB
CMYK
RGB Variations
Color information
#6CB18F (or 0x6CB18F) is known color: Acapulco. HEX triplet: 6C, B1 and 8F. RGB value is (108,177,143). Sum of RGB (Red+Green+Blue) = 108+177+143=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB18F is #934E70. Grayscale: #989898. Windows color (decimal): -9653873 or 9417068. OLE color: 9417068.
HSL color Cylindrical-coordinate representation of color #6CB18F: hue angle of 150.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB18F is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 143 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.31 |
| HSL | 150.43º | 0.31% | 0.56% | - |
| HSV(B) | 150.43º | 0.39% | 0.69% | - |
| XYZ | 26.86 | 36.62 | 31.64 | - |
| YUV | 152.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 143 | 0.39 | 0 | 0.19 | 0.31 | 150.43 | 0.31 | 0.56 |
| Hex | 6C | B1 | 8F | 27 | 0 | 13 | 1F | 96 | 1F | 38 |
| Octal | 154 | 261 | 217 | 47 | 0 | 23 | 37 | 226 | 37 | 70 |
| Binary | 1101100 | 10110001 | 10001111 | 100111 | 0 | 10011 | 11111 | 10010110 | 11111 | 111000 |
Color Harmonies of #6CB18F
Complementary color
Monochromatic Colors of #6CB18F
Black with #6CB18F
Text Example
Text Example
White with #6CB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB18F; }
p { color: rgb(108,177,143); }
H1.HeaderClassName
{
color: #6CB18F;
}
.AnyTagClassName
{
color: #6CB18F;
}
</style>
background-color css
<style>
a { background-color: #6CB18F; }
a { background-color: rgb(108,177,143); }
div.DivClassName
{
background-color: #6CB18F;
}
.BgClassName
{
background-color: #6CB18F;
}
</style>
border-color css
<style>
span { border-color: #6CB18F; }
span { border-color: rgb(108,177,143); }
td.TdClassName
{
border-color: #6CB18F;
}
.TagClassName
{
border-color: #6CB18F;
}
</style>