Shades of Morning Glory #9ACFCF
Tints of Morning Glory #9ACFCF
RGB
CMYK
RGB Variations
Color information
#9ACFCF (or 0x9ACFCF) is known color: Morning Glory. HEX triplet: 9A, CF and CF. RGB value is (154,207,207). Sum of RGB (Red+Green+Blue) = 154+207+207=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #9ACFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFCF is #653030. Grayscale: #BFBFBF. Windows color (decimal): -6631473 or 13619098. OLE color: 13619098.
HSL color Cylindrical-coordinate representation of color #9ACFCF: hue angle of 180º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFCF is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 207 | - |
| CMYK | 0.26 | 0 | 0 | 0.19 |
| HSL | 180º | 0.36% | 0.71% | - |
| HSV(B) | 180º | 0.26% | 0.81% | - |
| XYZ | 46.9 | 56 | 67.37 | - |
| YUV | 191.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 207 | 0.26 | 0 | 0 | 0.19 | 180 | 0.36 | 0.71 |
| Hex | 9A | CF | CF | 1A | 0 | 0 | 13 | B4 | 24 | 47 |
| Octal | 232 | 317 | 317 | 32 | 0 | 0 | 23 | 264 | 44 | 107 |
| Binary | 10011010 | 11001111 | 11001111 | 11010 | 0 | 0 | 10011 | 10110100 | 100100 | 1000111 |
Color Harmonies of #9ACFCF
Complementary color
Monochromatic Colors of #9ACFCF
Black with #9ACFCF
Text Example
Text Example
White with #9ACFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFCF; }
p { color: rgb(154,207,207); }
H1.HeaderClassName
{
color: #9ACFCF;
}
.AnyTagClassName
{
color: #9ACFCF;
}
</style>
background-color css
<style>
a { background-color: #9ACFCF; }
a { background-color: rgb(154,207,207); }
div.DivClassName
{
background-color: #9ACFCF;
}
.BgClassName
{
background-color: #9ACFCF;
}
</style>
border-color css
<style>
span { border-color: #9ACFCF; }
span { border-color: rgb(154,207,207); }
td.TdClassName
{
border-color: #9ACFCF;
}
.TagClassName
{
border-color: #9ACFCF;
}
</style>