#A1CFC0

Color #A1CFC0 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #A1CFC0

Tints of Opal #A1CFC0

Color information

#A1CFC0 (or 0xA1CFC0) is unknown color: approx Opal. HEX triplet: A1, CF and C0. RGB value is (161,207,192). Sum of RGB (Red+Green+Blue) = 161+207+192=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFC0 is #5E303F. Grayscale: #BFBFBF. Windows color (decimal): -6172736 or 12636065. OLE color: 12636065.

HSL color Cylindrical-coordinate representation of color #A1CFC0: hue angle of 160.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB161207192-
CMYK0.2200.070.19
HSL160.43º32.39%72.16%-
HSV(B)160.43º22.22%81.18%-
XYZ46.5356.0158.23-
YUV191.54128.26106.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=28.75%
G=36.96%
B=34.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071920.2200.070.19160.4332.3972.16
HexA1CFC0160713a02048
Octal24131730026072324040110
Binary10100001110011111100000010110011110011101000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFC0; }

 p { color: rgb(161,207,192); }

 H1.HeaderClassName
 {
   color: #A1CFC0;
 }
 .AnyTagClassName
 {
   color: #A1CFC0;
 }
</style>
background-color css

<style>
 a { background-color: #A1CFC0; }

 a { background-color: rgb(161,207,192); }

 div.DivClassName
 {
   background-color: #A1CFC0;
 }
 .BgClassName
 {
   background-color: #A1CFC0;
 }
</style>
border-color css

<style>
 span { border-color: #A1CFC0; }

 span { border-color: rgb(161,207,192); }

 td.TdClassName
 {
   border-color: #A1CFC0;
 }
 .TagClassName
 {
   border-color: #A1CFC0;
 }
</style>