Shades of Opal #ACCDC2
Tints of Opal #ACCDC2
RGB
CMYK
RGB Variations
Color information
#ACCDC2 (or 0xACCDC2) is known color: Opal. HEX triplet: AC, CD and C2. RGB value is (172,205,194). Sum of RGB (Red+Green+Blue) = 172+205+194=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC2 is #53323D. Grayscale: #C1C1C1. Windows color (decimal): -5452350 or 12766636. OLE color: 12766636.
HSL color Cylindrical-coordinate representation of color #ACCDC2: hue angle of 160º 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 #ACCDC2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 194 | - |
CMYK | 0.16 | 0 | 0.05 | 0.20 |
HSL | 160º | 0.25% | 0.74% | - |
HSV(B) | 160º | 0.16% | 0.8% | - |
XYZ | 48.58 | 56.33 | 59.35 | - |
YUV | 193.88 | 128.07 | 112.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 194 | 0.16 | 0 | 0.05 | 0.20 | 160 | 0.25 | 0.74 |
Hex | AC | CD | C2 | 10 | 0 | 5 | 14 | A0 | 19 | 4A |
Octal | 254 | 315 | 302 | 20 | 0 | 5 | 24 | 240 | 31 | 112 |
Binary | 10101100 | 11001101 | 11000010 | 10000 | 0 | 101 | 10100 | 10100000 | 11001 | 1001010 |
Color Harmonies of #ACCDC2
Complementary color
Monochromatic Colors of #ACCDC2
Black with #ACCDC2
Text Example
Text Example
White with #ACCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDC2; }
p { color: rgb(172,205,194); }
H1.HeaderClassName
{
color: #ACCDC2;
}
.AnyTagClassName
{
color: #ACCDC2;
}
</style>
background-color css
<style>
a { background-color: #ACCDC2; }
a { background-color: rgb(172,205,194); }
div.DivClassName
{
background-color: #ACCDC2;
}
.BgClassName
{
background-color: #ACCDC2;
}
</style>
border-color css
<style>
span { border-color: #ACCDC2; }
span { border-color: rgb(172,205,194); }
td.TdClassName
{
border-color: #ACCDC2;
}
.TagClassName
{
border-color: #ACCDC2;
}
</style>