Shades of Acapulco #6BAE90
Tints of Acapulco #6BAE90
RGB
CMYK
RGB Variations
Color information
#6BAE90 (or 0x6BAE90) is known color: Acapulco. HEX triplet: 6B, AE and 90. RGB value is (107,174,144). Sum of RGB (Red+Green+Blue) = 107+174+144=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAE90 is #94516F. Grayscale: #969696. Windows color (decimal): -9720176 or 9481835. OLE color: 9481835.
HSL color Cylindrical-coordinate representation of color #6BAE90: hue angle of 153.13º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAE90 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 144 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.32 |
| HSL | 153.13º | 0.29% | 0.55% | - |
| HSV(B) | 153.13º | 0.39% | 0.68% | - |
| XYZ | 26.23 | 35.41 | 31.84 | - |
| YUV | 150.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 144 | 0.39 | 0 | 0.17 | 0.32 | 153.13 | 0.29 | 0.55 |
| Hex | 6B | AE | 90 | 27 | 0 | 11 | 20 | 99 | 1D | 37 |
| Octal | 153 | 256 | 220 | 47 | 0 | 21 | 40 | 231 | 35 | 67 |
| Binary | 1101011 | 10101110 | 10010000 | 100111 | 0 | 10001 | 100000 | 10011001 | 11101 | 110111 |
Color Harmonies of #6BAE90
Complementary color
Monochromatic Colors of #6BAE90
Black with #6BAE90
Text Example
Text Example
White with #6BAE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE90; }
p { color: rgb(107,174,144); }
H1.HeaderClassName
{
color: #6BAE90;
}
.AnyTagClassName
{
color: #6BAE90;
}
</style>
background-color css
<style>
a { background-color: #6BAE90; }
a { background-color: rgb(107,174,144); }
div.DivClassName
{
background-color: #6BAE90;
}
.BgClassName
{
background-color: #6BAE90;
}
</style>
border-color css
<style>
span { border-color: #6BAE90; }
span { border-color: rgb(107,174,144); }
td.TdClassName
{
border-color: #6BAE90;
}
.TagClassName
{
border-color: #6BAE90;
}
</style>