Shades of Opal #ABCFC4
Tints of Opal #ABCFC4
RGB
CMYK
RGB Variations
Color information
#ABCFC4 (or 0xABCFC4) is known color: Opal. HEX triplet: AB, CF and C4. RGB value is (171,207,196). Sum of RGB (Red+Green+Blue) = 171+207+196=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFC4 is #54303B. Grayscale: #C2C2C2. Windows color (decimal): -5517372 or 12898219. OLE color: 12898219.
HSL color Cylindrical-coordinate representation of color #ABCFC4: hue angle of 161.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFC4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 196 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.19 |
| HSL | 161.67º | 0.27% | 0.74% | - |
| HSV(B) | 161.67º | 0.17% | 0.81% | - |
| XYZ | 49.07 | 57.27 | 60.69 | - |
| YUV | 194.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 196 | 0.17 | 0 | 0.05 | 0.19 | 161.67 | 0.27 | 0.74 |
| Hex | AB | CF | C4 | 11 | 0 | 5 | 13 | A2 | 1B | 4A |
| Octal | 253 | 317 | 304 | 21 | 0 | 5 | 23 | 242 | 33 | 112 |
| Binary | 10101011 | 11001111 | 11000100 | 10001 | 0 | 101 | 10011 | 10100010 | 11011 | 1001010 |
Color Harmonies of #ABCFC4
Complementary color
Monochromatic Colors of #ABCFC4
Black with #ABCFC4
Text Example
Text Example
White with #ABCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFC4; }
p { color: rgb(171,207,196); }
H1.HeaderClassName
{
color: #ABCFC4;
}
.AnyTagClassName
{
color: #ABCFC4;
}
</style>
background-color css
<style>
a { background-color: #ABCFC4; }
a { background-color: rgb(171,207,196); }
div.DivClassName
{
background-color: #ABCFC4;
}
.BgClassName
{
background-color: #ABCFC4;
}
</style>
border-color css
<style>
span { border-color: #ABCFC4; }
span { border-color: rgb(171,207,196); }
td.TdClassName
{
border-color: #ABCFC4;
}
.TagClassName
{
border-color: #ABCFC4;
}
</style>