Shades of Acapulco #6CAF8F
Tints of Acapulco #6CAF8F
RGB
CMYK
RGB Variations
Color information
#6CAF8F (or 0x6CAF8F) is known color: Acapulco. HEX triplet: 6C, AF and 8F. RGB value is (108,175,143). Sum of RGB (Red+Green+Blue) = 108+175+143=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF8F is #935070. Grayscale: #979797. Windows color (decimal): -9654385 or 9416556. OLE color: 9416556.
HSL color Cylindrical-coordinate representation of color #6CAF8F: hue angle of 151.34º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF8F is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 143 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.31 |
| HSL | 151.34º | 0.3% | 0.55% | - |
| HSV(B) | 151.34º | 0.38% | 0.69% | - |
| XYZ | 26.47 | 35.83 | 31.51 | - |
| YUV | 151.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 143 | 0.38 | 0 | 0.18 | 0.31 | 151.34 | 0.3 | 0.55 |
| Hex | 6C | AF | 8F | 26 | 0 | 12 | 1F | 97 | 1E | 37 |
| Octal | 154 | 257 | 217 | 46 | 0 | 22 | 37 | 227 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10001111 | 100110 | 0 | 10010 | 11111 | 10010111 | 11110 | 110111 |
Color Harmonies of #6CAF8F
Complementary color
Monochromatic Colors of #6CAF8F
Black with #6CAF8F
Text Example
Text Example
White with #6CAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF8F; }
p { color: rgb(108,175,143); }
H1.HeaderClassName
{
color: #6CAF8F;
}
.AnyTagClassName
{
color: #6CAF8F;
}
</style>
background-color css
<style>
a { background-color: #6CAF8F; }
a { background-color: rgb(108,175,143); }
div.DivClassName
{
background-color: #6CAF8F;
}
.BgClassName
{
background-color: #6CAF8F;
}
</style>
border-color css
<style>
span { border-color: #6CAF8F; }
span { border-color: rgb(108,175,143); }
td.TdClassName
{
border-color: #6CAF8F;
}
.TagClassName
{
border-color: #6CAF8F;
}
</style>