Shades of Acapulco #69AF90
Tints of Acapulco #69AF90
RGB
CMYK
RGB Variations
Color information
#69AF90 (or 0x69AF90) is known color: Acapulco. HEX triplet: 69, AF and 90. RGB value is (105,175,144). Sum of RGB (Red+Green+Blue) = 105+175+144=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AF90 is #96506F. Grayscale: #969696. Windows color (decimal): -9850992 or 9482089. OLE color: 9482089.
HSL color Cylindrical-coordinate representation of color #69AF90: hue angle of 153.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF90 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 144 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.31 |
| HSL | 153.43º | 0.3% | 0.55% | - |
| HSV(B) | 153.43º | 0.4% | 0.69% | - |
| XYZ | 26.19 | 35.68 | 31.89 | - |
| YUV | 150.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 144 | 0.40 | 0 | 0.18 | 0.31 | 153.43 | 0.3 | 0.55 |
| Hex | 69 | AF | 90 | 28 | 0 | 12 | 1F | 99 | 1E | 37 |
| Octal | 151 | 257 | 220 | 50 | 0 | 22 | 37 | 231 | 36 | 67 |
| Binary | 1101001 | 10101111 | 10010000 | 101000 | 0 | 10010 | 11111 | 10011001 | 11110 | 110111 |
Color Harmonies of #69AF90
Complementary color
Monochromatic Colors of #69AF90
Black with #69AF90
Text Example
Text Example
White with #69AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF90; }
p { color: rgb(105,175,144); }
H1.HeaderClassName
{
color: #69AF90;
}
.AnyTagClassName
{
color: #69AF90;
}
</style>
background-color css
<style>
a { background-color: #69AF90; }
a { background-color: rgb(105,175,144); }
div.DivClassName
{
background-color: #69AF90;
}
.BgClassName
{
background-color: #69AF90;
}
</style>
border-color css
<style>
span { border-color: #69AF90; }
span { border-color: rgb(105,175,144); }
td.TdClassName
{
border-color: #69AF90;
}
.TagClassName
{
border-color: #69AF90;
}
</style>