Shades of Acapulco #6BAF90
Tints of Acapulco #6BAF90
RGB
CMYK
RGB Variations
Color information
#6BAF90 (or 0x6BAF90) is known color: Acapulco. HEX triplet: 6B, AF and 90. RGB value is (107,175,144). Sum of RGB (Red+Green+Blue) = 107+175+144=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF90 is #94506F. Grayscale: #979797. Windows color (decimal): -9719920 or 9482091. OLE color: 9482091.
HSL color Cylindrical-coordinate representation of color #6BAF90: hue angle of 152.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF90 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 144 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.31 |
| HSL | 152.65º | 0.3% | 0.55% | - |
| HSV(B) | 152.65º | 0.39% | 0.69% | - |
| XYZ | 26.43 | 35.8 | 31.9 | - |
| YUV | 151.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 144 | 0.39 | 0 | 0.18 | 0.31 | 152.65 | 0.3 | 0.55 |
| Hex | 6B | AF | 90 | 27 | 0 | 12 | 1F | 99 | 1E | 37 |
| Octal | 153 | 257 | 220 | 47 | 0 | 22 | 37 | 231 | 36 | 67 |
| Binary | 1101011 | 10101111 | 10010000 | 100111 | 0 | 10010 | 11111 | 10011001 | 11110 | 110111 |
Color Harmonies of #6BAF90
Complementary color
Monochromatic Colors of #6BAF90
Black with #6BAF90
Text Example
Text Example
White with #6BAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF90; }
p { color: rgb(107,175,144); }
H1.HeaderClassName
{
color: #6BAF90;
}
.AnyTagClassName
{
color: #6BAF90;
}
</style>
background-color css
<style>
a { background-color: #6BAF90; }
a { background-color: rgb(107,175,144); }
div.DivClassName
{
background-color: #6BAF90;
}
.BgClassName
{
background-color: #6BAF90;
}
</style>
border-color css
<style>
span { border-color: #6BAF90; }
span { border-color: rgb(107,175,144); }
td.TdClassName
{
border-color: #6BAF90;
}
.TagClassName
{
border-color: #6BAF90;
}
</style>