Shades of Opal #A4D0C5
Tints of Opal #A4D0C5
RGB
CMYK
RGB Variations
Color information
#A4D0C5 (or 0xA4D0C5) is known color: Opal. HEX triplet: A4, D0 and C5. RGB value is (164,208,197). Sum of RGB (Red+Green+Blue) = 164+208+197=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0C5 is #5B2F3A. Grayscale: #C1C1C1. Windows color (decimal): -5975867 or 12964004. OLE color: 12964004.
HSL color Cylindrical-coordinate representation of color #A4D0C5: hue angle of 165º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0C5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 197 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.18 |
| HSL | 165º | 0.32% | 0.73% | - |
| HSV(B) | 165º | 0.21% | 0.82% | - |
| XYZ | 47.94 | 57.04 | 61.31 | - |
| YUV | 193.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 197 | 0.21 | 0 | 0.05 | 0.18 | 165 | 0.32 | 0.73 |
| Hex | A4 | D0 | C5 | 15 | 0 | 5 | 12 | A5 | 20 | 49 |
| Octal | 244 | 320 | 305 | 25 | 0 | 5 | 22 | 245 | 40 | 111 |
| Binary | 10100100 | 11010000 | 11000101 | 10101 | 0 | 101 | 10010 | 10100101 | 100000 | 1001001 |
Color Harmonies of #A4D0C5
Complementary color
Monochromatic Colors of #A4D0C5
Black with #A4D0C5
Text Example
Text Example
White with #A4D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0C5; }
p { color: rgb(164,208,197); }
H1.HeaderClassName
{
color: #A4D0C5;
}
.AnyTagClassName
{
color: #A4D0C5;
}
</style>
background-color css
<style>
a { background-color: #A4D0C5; }
a { background-color: rgb(164,208,197); }
div.DivClassName
{
background-color: #A4D0C5;
}
.BgClassName
{
background-color: #A4D0C5;
}
</style>
border-color css
<style>
span { border-color: #A4D0C5; }
span { border-color: rgb(164,208,197); }
td.TdClassName
{
border-color: #A4D0C5;
}
.TagClassName
{
border-color: #A4D0C5;
}
</style>