Shades of Acapulco #6CAE98
Tints of Acapulco #6CAE98
RGB
CMYK
RGB Variations
Color information
#6CAE98 (or 0x6CAE98) is known color: Acapulco. HEX triplet: 6C, AE and 98. RGB value is (108,174,152). Sum of RGB (Red+Green+Blue) = 108+174+152=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAE98 is #935167. Grayscale: #979797. Windows color (decimal): -9654632 or 10006124. OLE color: 10006124.
HSL color Cylindrical-coordinate representation of color #6CAE98: hue angle of 160º degrees, saturation: 0.29, 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 #6CAE98 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 152 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.32 |
| HSL | 160º | 0.29% | 0.55% | - |
| HSV(B) | 160º | 0.38% | 0.68% | - |
| XYZ | 26.99 | 35.73 | 35.18 | - |
| YUV | 151.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 152 | 0.38 | 0 | 0.13 | 0.32 | 160 | 0.29 | 0.55 |
| Hex | 6C | AE | 98 | 26 | 0 | D | 20 | A0 | 1D | 37 |
| Octal | 154 | 256 | 230 | 46 | 0 | 15 | 40 | 240 | 35 | 67 |
| Binary | 1101100 | 10101110 | 10011000 | 100110 | 0 | 1101 | 100000 | 10100000 | 11101 | 110111 |
Color Harmonies of #6CAE98
Complementary color
Monochromatic Colors of #6CAE98
Black with #6CAE98
Text Example
Text Example
White with #6CAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAE98; }
p { color: rgb(108,174,152); }
H1.HeaderClassName
{
color: #6CAE98;
}
.AnyTagClassName
{
color: #6CAE98;
}
</style>
background-color css
<style>
a { background-color: #6CAE98; }
a { background-color: rgb(108,174,152); }
div.DivClassName
{
background-color: #6CAE98;
}
.BgClassName
{
background-color: #6CAE98;
}
</style>
border-color css
<style>
span { border-color: #6CAE98; }
span { border-color: rgb(108,174,152); }
td.TdClassName
{
border-color: #6CAE98;
}
.TagClassName
{
border-color: #6CAE98;
}
</style>