Shades of Opal #A4C8C2
Tints of Opal #A4C8C2
RGB
CMYK
RGB Variations
Color information
#A4C8C2 (or 0xA4C8C2) is known color: Opal. HEX triplet: A4, C8 and C2. RGB value is (164,200,194). Sum of RGB (Red+Green+Blue) = 164+200+194=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C8C2 is #5B373D. Grayscale: #BCBCBC. Windows color (decimal): -5977918 or 12765348. OLE color: 12765348.
HSL color Cylindrical-coordinate representation of color #A4C8C2: hue angle of 170º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C8C2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 200 | 194 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.22 |
| HSL | 170º | 0.25% | 0.71% | - |
| HSV(B) | 170º | 0.18% | 0.78% | - |
| XYZ | 45.7 | 53.1 | 58.88 | - |
| YUV | 188.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 200 | 194 | 0.18 | 0 | 0.03 | 0.22 | 170 | 0.25 | 0.71 |
| Hex | A4 | C8 | C2 | 12 | 0 | 3 | 16 | AA | 19 | 47 |
| Octal | 244 | 310 | 302 | 22 | 0 | 3 | 26 | 252 | 31 | 107 |
| Binary | 10100100 | 11001000 | 11000010 | 10010 | 0 | 11 | 10110 | 10101010 | 11001 | 1000111 |
Color Harmonies of #A4C8C2
Complementary color
Monochromatic Colors of #A4C8C2
Black with #A4C8C2
Text Example
Text Example
White with #A4C8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C8C2; }
p { color: rgb(164,200,194); }
H1.HeaderClassName
{
color: #A4C8C2;
}
.AnyTagClassName
{
color: #A4C8C2;
}
</style>
background-color css
<style>
a { background-color: #A4C8C2; }
a { background-color: rgb(164,200,194); }
div.DivClassName
{
background-color: #A4C8C2;
}
.BgClassName
{
background-color: #A4C8C2;
}
</style>
border-color css
<style>
span { border-color: #A4C8C2; }
span { border-color: rgb(164,200,194); }
td.TdClassName
{
border-color: #A4C8C2;
}
.TagClassName
{
border-color: #A4C8C2;
}
</style>