Shades of Opal #ACCDC1
Tints of Opal #ACCDC1
RGB
CMYK
RGB Variations
Color information
#ACCDC1 (or 0xACCDC1) is known color: Opal. HEX triplet: AC, CD and C1. RGB value is (172,205,193). Sum of RGB (Red+Green+Blue) = 172+205+193=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC1 is #53323E. Grayscale: #C1C1C1. Windows color (decimal): -5452351 or 12701100. OLE color: 12701100.
HSL color Cylindrical-coordinate representation of color #ACCDC1: hue angle of 158.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDC1 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 193 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.20 |
| HSL | 158.18º | 0.25% | 0.74% | - |
| HSV(B) | 158.18º | 0.16% | 0.8% | - |
| XYZ | 48.47 | 56.28 | 58.76 | - |
| YUV | 193.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 193 | 0.16 | 0 | 0.06 | 0.20 | 158.18 | 0.25 | 0.74 |
| Hex | AC | CD | C1 | 10 | 0 | 6 | 14 | 9E | 19 | 4A |
| Octal | 254 | 315 | 301 | 20 | 0 | 6 | 24 | 236 | 31 | 112 |
| Binary | 10101100 | 11001101 | 11000001 | 10000 | 0 | 110 | 10100 | 10011110 | 11001 | 1001010 |
Color Harmonies of #ACCDC1
Complementary color
Monochromatic Colors of #ACCDC1
Black with #ACCDC1
Text Example
Text Example
White with #ACCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDC1; }
p { color: rgb(172,205,193); }
H1.HeaderClassName
{
color: #ACCDC1;
}
.AnyTagClassName
{
color: #ACCDC1;
}
</style>
background-color css
<style>
a { background-color: #ACCDC1; }
a { background-color: rgb(172,205,193); }
div.DivClassName
{
background-color: #ACCDC1;
}
.BgClassName
{
background-color: #ACCDC1;
}
</style>
border-color css
<style>
span { border-color: #ACCDC1; }
span { border-color: rgb(172,205,193); }
td.TdClassName
{
border-color: #ACCDC1;
}
.TagClassName
{
border-color: #ACCDC1;
}
</style>