Shades of Acapulco #6CAF94
Tints of Acapulco #6CAF94
RGB
CMYK
RGB Variations
Color information
#6CAF94 (or 0x6CAF94) is known color: Acapulco. HEX triplet: 6C, AF and 94. RGB value is (108,175,148). Sum of RGB (Red+Green+Blue) = 108+175+148=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF94 is #93506B. Grayscale: #979797. Windows color (decimal): -9654380 or 9744236. OLE color: 9744236.
HSL color Cylindrical-coordinate representation of color #6CAF94: hue angle of 155.82º 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 #6CAF94 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 148 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.31 |
| HSL | 155.82º | 0.3% | 0.55% | - |
| HSV(B) | 155.82º | 0.38% | 0.69% | - |
| XYZ | 26.86 | 35.99 | 33.55 | - |
| YUV | 151.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 148 | 0.38 | 0 | 0.15 | 0.31 | 155.82 | 0.3 | 0.55 |
| Hex | 6C | AF | 94 | 26 | 0 | F | 1F | 9C | 1E | 37 |
| Octal | 154 | 257 | 224 | 46 | 0 | 17 | 37 | 234 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10010100 | 100110 | 0 | 1111 | 11111 | 10011100 | 11110 | 110111 |
Color Harmonies of #6CAF94
Complementary color
Monochromatic Colors of #6CAF94
Black with #6CAF94
Text Example
Text Example
White with #6CAF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF94; }
p { color: rgb(108,175,148); }
H1.HeaderClassName
{
color: #6CAF94;
}
.AnyTagClassName
{
color: #6CAF94;
}
</style>
background-color css
<style>
a { background-color: #6CAF94; }
a { background-color: rgb(108,175,148); }
div.DivClassName
{
background-color: #6CAF94;
}
.BgClassName
{
background-color: #6CAF94;
}
</style>
border-color css
<style>
span { border-color: #6CAF94; }
span { border-color: rgb(108,175,148); }
td.TdClassName
{
border-color: #6CAF94;
}
.TagClassName
{
border-color: #6CAF94;
}
</style>